nixos/nextcloud: document adminpassFile permissions

This commit is contained in:
Stefan Wiehler 2021-01-12 19:31:14 +01:00
parent 8aaba2790d
commit b6f8ee9f83

View file

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