services: miniflux: fix documentation error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-02-27 10:09:40 +00:00
parent 0830f8e4bc
commit 2914aedc9b

View file

@ -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 {