Merge pull request #235387 from doronbehar/nixos/nextcloud.adminpassFile

nixos/nextcloud: Mention that adminpassFile is only used on startup
This commit is contained in:
Maximilian Bosch 2023-06-14 12:41:35 +02:00 committed by GitHub
commit d7ac3423d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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