Merge pull request #109144 from sephalon/nextcloud-service-doc

nixos/nextcloud: document adminpassFile permissions
This commit is contained in:
Maximilian Bosch
2021-02-05 12:54:59 +01:00
committed by GitHub

View File

@@ -244,7 +244,8 @@ in {
type = types.nullOr types.str;
default = null;
description = ''
The full path to a file that contains the admin's password.
The full path to a file that contains the admin's password. Must be
readable by user <literal>nextcloud</literal>.
'';
};