diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 85b65c6..a6062e8 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -95,12 +95,12 @@ in { rev = "d7b00d742d9f209c0be569aa95abfa32c42cc1c3"; } // { forceSSL = false; }; - "git.foxxolay.com" = static { + "git.foxxolay.com" = { locations."/" = { recommendedProxySettings = true; proxyPass = "http://git"; }; - } // { forceSSL = false; }; + } // defaultConfig // { forceSSL = false; }; "kitsu.love" = static { url = "https://codeberg.org/Vivieraaa/kitsu-site.git"; @@ -109,9 +109,7 @@ in { "agg.ps2.live" = ps2live "aggpop"; "saerro.ps2.live" = ps2live "saerro"; - "metagame.ps2.live" = ps2live "metagame" // { - serverAliases = [ "metagame-new.ps2.live" ]; - }; + "metagame.ps2.live" = ps2live "metagame"; "doll.repair" = static { src = flakePackage "doll-repair"; } // { forceSSL = false; }; "porcelain.doll.repair" = {