From ceb6e6123f0c7af04a7eb99db5c76d5ce7787659 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 16:07:33 -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 ac4d0fa..9e34406 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -79,7 +79,7 @@ in { ''; }; - "keysmash.xn--q9jyb4c" = defaultConfig // { + "keysmash.xn--q9jyb4c" = { locations."/" = { #proxyPass = "http://ks"; proxyWebsockets = true;