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
commit 778238c6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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