Merge: nixos/nextcloud: Disable web updater by default (#401147)

This commit is contained in:
Maximilian Bosch 2025-04-25 18:31:53 +02:00 committed by GitHub
commit 31357d17a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1376,6 +1376,7 @@ in
({
datadirectory = lib.mkDefault "${datadir}/data";
trusted_domains = [ cfg.hostName ];
"upgrade.disable-web" = true;
})
(lib.mkIf cfg.configureRedis {
"memcache.distributed" = ''\OC\Memcache\Redis'';