atticd change url

This commit is contained in:
Danilo Reyes 2024-11-13 23:08:28 -06:00
parent 5a92a8c996
commit a689137a11
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@
"https://ai.cachix.org" "https://ai.cachix.org"
"https://cache.lix.systems" "https://cache.lix.systems"
"https://cosmic.cachix.org" "https://cosmic.cachix.org"
"https://cache.servidos.lat/cache" "https://cache.rotehaare.art/cache"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="

View File

@ -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 // { } setup.proxyReverseFix cfg.hostName cfg.port // { }
); );
}; };