From 2d17adde473c1ec6c4b381b57d898f876ecee13e Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 22 Jun 2025 16:43:56 +0200 Subject: [PATCH] fix: samc --- hosts/hitsugibune/nextcloud.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 240874a..2a0b417 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -11,6 +11,8 @@ hostName = "10.0.0.69"; https = false; configureRedis = true; + caching.redis = true; + autoUpdateApps.enable = true; package = pkgs.nextcloud31; settings = let prot = "http"; # or https @@ -34,6 +36,10 @@ services.nginx = { enable = true; + recommendedGzipSettings = true; + recommendedOptimisation = true; + recommendedProxySettings = true; + recommendedTlsSettings = true; virtualHosts.${config.services.nextcloud.hostName} = { forceSSL = false; enableACME = true; @@ -45,7 +51,7 @@ ]; }; - virtualHosts."localhost" = { + virtualHosts."10.0.0.69" = { locations = { "/nextcloud" = { priority = 9999;