about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-06-01 15:43:51 +0300
committerDoron Behar <doron.behar@gmail.com>2023-06-01 15:43:51 +0300
commit5b6c95c4cb2c30dae4891347c1b14a8524541050 (patch)
tree7f194fd54fce33a66819afe410d6ae787d0c2a0a /nixos
parent93ebabefb2108e7cb849d8eac9ab938dd02b6a11 (diff)
downloadnixlib-5b6c95c4cb2c30dae4891347c1b14a8524541050.tar
nixlib-5b6c95c4cb2c30dae4891347c1b14a8524541050.tar.gz
nixlib-5b6c95c4cb2c30dae4891347c1b14a8524541050.tar.bz2
nixlib-5b6c95c4cb2c30dae4891347c1b14a8524541050.tar.lz
nixlib-5b6c95c4cb2c30dae4891347c1b14a8524541050.tar.xz
nixlib-5b6c95c4cb2c30dae4891347c1b14a8524541050.tar.zst
nixlib-5b6c95c4cb2c30dae4891347c1b14a8524541050.zip
nixos/nextcloud: Mention that adminpassFile is only used on startup
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/nextcloud.nix3
1 files changed, 2 insertions, 1 deletions
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`.
         '';
       };