diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index a40fe05..7ee074b 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -46,7 +46,7 @@ virtualHosts = { "m.la.mekanoe.com" = { - location."/".proxyPass = tsHost "lab-alpha"; + locations."/".proxyPass = tsHost "lab-alpha"; } // proxyConfig; }; in {