From 8ba6bf45828954eca92eeb6f5cfbffddfb66a3dc Mon Sep 17 00:00:00 2001 From: noe Date: Mon, 25 Nov 2024 17:52:17 -0800 Subject: [PATCH] add proxy.ps2.live --- nixos/hosts/ingress-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 849b8b6..07ad05f 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -114,7 +114,7 @@ in rec { deny all; allow 127.0.0.1 100.64.0.0/10 10.0.0.0/8 15.204.161.37 108.238.21.159 162.197.1.49; ''; - }; + } // defaultConfig; "flesh.doll.repair" = { serverAliases = [ "conference.flesh.doll.repair" "auth.flesh.doll.repair" ];