nixos/nextcloud: fix a typo

The NextCloud `adminpass` option sets the admin password, not the database password.
This commit is contained in:
Marwan Aljubeh 2018-10-25 15:55:33 +01:00 committed by Robin Gloster
parent bdd3c909ae
commit 8ddefe857d

View File

@ -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>.
'';
};