Unverified Commit d7ac3423 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

nixos/nextcloud: Mention that adminpassFile is only used on startup
parents 6d1d80a2 5b6c95c4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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`.
        '';
      };