From f120651cf93ba1a5fe33f92c098a1887a44d635a Mon Sep 17 00:00:00 2001 From: noe Date: Mon, 8 Jan 2024 18:33:57 -0500 Subject: [PATCH] proxy: noe.sh --- 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 898780e..7fc49e8 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -95,7 +95,7 @@ in { rev = "cd5c7be9d408bd07eaf68d2932f6402b148f3f6e"; }; - "noe.sh" = config.nginx.virtualHosts."mekanoe.com" // { + "noe.sh" = config.services.nginx.virtualHosts."mekanoe.com" // { };