From 4b2fe300eddee1d7a561a4a91079e29a98f22e05 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 16:24:46 -0500 Subject: [PATCH] ingress-proxy: fix keysmash --- 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 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;