Unverified Commit dfb7f45b authored by provokateurin's avatar provokateurin
Browse files

nixos/nextcloud: Disable integrity check

parent b872109b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1377,6 +1377,8 @@ in
            datadirectory = lib.mkDefault "${datadir}/data";
            trusted_domains = [ cfg.hostName ];
            "upgrade.disable-web" = true;
            # NixOS already provides its own integrity check and the nix store is read-only, therefore Nextcloud does not need to do its own integrity checks.
            "integrity.check.disabled" = true;
          })
          (lib.mkIf cfg.configureRedis {
            "memcache.distributed" = ''\OC\Memcache\Redis'';