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;
|
||||
default = "Ambroisie";
|
||||
example = "username";
|
||||
description = "Name of the transmission RPC user";
|
||||
description = "Name of the admin user";
|
||||
};
|
||||
|
||||
password = mkOption {
|
||||
type = types.str;
|
||||
example = "password";
|
||||
description = "Password of the transmission RPC user";
|
||||
description = "Password of the admin user";
|
||||
};
|
||||
|
||||
privatePort = mkOption {
|
||||
|
|
Loading…
Reference in a new issue