From b6f8ee9f83fa030da5ca4144e41af01082183e60 Mon Sep 17 00:00:00 2001 From: Stefan Wiehler Date: Tue, 12 Jan 2021 19:31:14 +0100 Subject: [PATCH] nixos/nextcloud: document adminpassFile permissions --- 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 da019aa2507..fd8e216bfb0 100644 --- a/nixos/modules/services/web-apps/nextcloud.nix +++ b/nixos/modules/services/web-apps/nextcloud.nix @@ -228,7 +228,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 nextcloud. ''; };