forked from mirrors/nixpkgs
nixos/nextcloud: fix a typo
The NextCloud `adminpass` option sets the admin password, not the database password.
This commit is contained in:
parent
bdd3c909ae
commit
8ddefe857d
|
@ -192,7 +192,7 @@ in {
|
|||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
description = ''
|
||||
Database password. Use <literal>adminpassFile</literal> to avoid this
|
||||
Admin password. Use <literal>adminpassFile</literal> to avoid this
|
||||
being world-readable in the <literal>/nix/store</literal>.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue