about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-02-05 12:54:59 +0100
committerGitHub <noreply@github.com>2021-02-05 12:54:59 +0100
commit778238c6b1145bfe7cc92e26af3f2afe8f9194c2 (patch)
treeddd061cec811aea92f79d5597d6dbf36d49969bf /nixos/modules
parent641cc1c34117b6f4c63491f305aa102680af3fde (diff)
parentb6f8ee9f83fa030da5ca4144e41af01082183e60 (diff)
Merge pull request #109144 from sephalon/nextcloud-service-doc
nixos/nextcloud: document adminpassFile permissions
Diffstat (limited to 'nixos/modules')
-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 1b643bd3260a2..d50939e701ed9 100644
--- a/nixos/modules/services/web-apps/nextcloud.nix
+++ b/nixos/modules/services/web-apps/nextcloud.nix
@@ -244,7 +244,8 @@ in {
         type = types.nullOr types.str;
         default = null;
         description = ''
-          The full path to a file that contains the admin's password.
+          The full path to a file that contains the admin's password. Must be
+          readable by user <literal>nextcloud</literal>.
         '';
       };