nixos/nextcloud: document adminpassFile permissions

wip/yesman
Stefan Wiehler 3 years ago
parent 8aaba2790d
commit b6f8ee9f83
  1. 3
      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 <literal>nextcloud</literal>.
'';
};

Loading…
Cancel
Save