about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-06-14 12:41:35 +0200
committerGitHub <noreply@github.com>2023-06-14 12:41:35 +0200
commitd7ac3423d321b8b145ccdd1aed9dfdb280f5e391 (patch)
tree8b0a4db5298eca8b90ef3c82fe9701adc794c0b2 /nixos
parent6d1d80a232a355a65dc4d3bfea1f108e8dac1340 (diff)
parent5b6c95c4cb2c30dae4891347c1b14a8524541050 (diff)
downloadnixlib-d7ac3423d321b8b145ccdd1aed9dfdb280f5e391.tar
nixlib-d7ac3423d321b8b145ccdd1aed9dfdb280f5e391.tar.gz
nixlib-d7ac3423d321b8b145ccdd1aed9dfdb280f5e391.tar.bz2
nixlib-d7ac3423d321b8b145ccdd1aed9dfdb280f5e391.tar.lz
nixlib-d7ac3423d321b8b145ccdd1aed9dfdb280f5e391.tar.xz
nixlib-d7ac3423d321b8b145ccdd1aed9dfdb280f5e391.tar.zst
nixlib-d7ac3423d321b8b145ccdd1aed9dfdb280f5e391.zip
Merge pull request #235387 from doronbehar/nixos/nextcloud.adminpassFile
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`.
         '';
       };