diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 528ba29..41f5ad2 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -79,7 +79,7 @@ in { ''; }; - "keysmash.xn--q9jyb4c" = { + "keysmash.xn--q9jyb4c" = defaultConfig // { locations."/" = { proxyPass = "http://ks"; proxyWebsockets = true;