From 5b6c95c4cb2c30dae4891347c1b14a8524541050 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 1 Jun 2023 15:43:51 +0300 Subject: [PATCH] nixos/nextcloud: Mention that adminpassFile is only used on startup --- nixos/modules/services/web-apps/nextcloud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/nextcloud.nix b/nixos/modules/services/web-apps/nextcloud.nix index a8142cf42d75..32ee744f1395 100644 --- a/nixos/modules/services/web-apps/nextcloud.nix +++ b/nixos/modules/services/web-apps/nextcloud.nix @@ -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`. ''; };