From 58aa443c179d20fcc6135307109438076c3c4746 Mon Sep 17 00:00:00 2001 From: noe Date: Mon, 8 Jan 2024 18:33:35 -0500 Subject: [PATCH] proxy: noe.sh --- nixos/hosts/ingress-proxy/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 8487634..898780e 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -93,9 +93,10 @@ in { "mekanoe.com" = static { url = "https://codeberg.org/noe/personal-site.git"; rev = "cd5c7be9d408bd07eaf68d2932f6402b148f3f6e"; - aliases = ["noe.sh"]; - } // { - + }; + + "noe.sh" = config.nginx.virtualHosts."mekanoe.com" // { + }; "oc.mekanoe.com" = placeholder;