diff --git a/base.nix b/base.nix index 3d39268..cd0f422 100644 --- a/base.nix +++ b/base.nix @@ -105,7 +105,7 @@ "https://ai.cachix.org" "https://cache.lix.systems" "https://cosmic.cachix.org" - "https://cache.servidos.lat/cache" + "https://cache.rotehaare.art/cache" ]; trusted-public-keys = [ "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" diff --git a/modules/servers/atticd.nix b/modules/servers/atticd.nix index 28ed129..836887f 100644 --- a/modules/servers/atticd.nix +++ b/modules/servers/atticd.nix @@ -30,7 +30,7 @@ in }; }; }; - nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy ( + nginx.virtualHosts."cache.rotehaare.art" = lib.mkIf cfg.enableProxy ( setup.proxyReverseFix cfg.hostName cfg.port // { } ); };