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;
|
type = types.nullOr types.str;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
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>.
|
being world-readable in the <literal>/nix/store</literal>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user