nixos/nextcloud: Mention that adminpassFile is only used on startup

This commit is contained in:
Doron Behar 2023-06-01 15:43:51 +03:00
parent 93ebabefb2
commit 5b6c95c4cb

View File

@ -381,7 +381,8 @@ in {
type = types.str;
description = lib.mdDoc ''
The full path to a file that contains the admin's password. Must be
readable by user `nextcloud`.
readable by user `nextcloud`. The password is set only in the initial
setup of nextcloud by the systemd `nextcloud-setup.service`.
'';
};