lol

Merge pull request #235387 from doronbehar/nixos/nextcloud.adminpassFile

nixos/nextcloud: Mention that adminpassFile is only used on startup

authored by

Maximilian Bosch and committed by
GitHub
d7ac3423 6d1d80a2

+2 -1
+2 -1
nixos/modules/services/web-apps/nextcloud.nix
··· 381 381 type = types.str; 382 382 description = lib.mdDoc '' 383 383 The full path to a file that contains the admin's password. Must be 384 - readable by user `nextcloud`. 384 + readable by user `nextcloud`. The password is set only in the initial 385 + setup of nextcloud by the systemd `nextcloud-setup.service`. 385 386 ''; 386 387 }; 387 388