services: miniflux: fix documentation error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0830f8e4bc
commit
2914aedc9b
|
@ -14,13 +14,13 @@ in
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "Ambroisie";
|
default = "Ambroisie";
|
||||||
example = "username";
|
example = "username";
|
||||||
description = "Name of the transmission RPC user";
|
description = "Name of the admin user";
|
||||||
};
|
};
|
||||||
|
|
||||||
password = mkOption {
|
password = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
example = "password";
|
example = "password";
|
||||||
description = "Password of the transmission RPC user";
|
description = "Password of the admin user";
|
||||||
};
|
};
|
||||||
|
|
||||||
privatePort = mkOption {
|
privatePort = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue