diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 7fc49e8..76423e4 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -44,6 +44,11 @@ in { ''; }; } // defaultConfig; + + mekanoesh = static { + url = "https://codeberg.org/noe/personal-site.git"; + rev = "cd5c7be9d408bd07eaf68d2932f6402b148f3f6e"; + }; in { # Matrix (main) "mx.sapphic.engineer" = defaultConfig // { @@ -90,12 +95,9 @@ in { ''; }; - "mekanoe.com" = static { - url = "https://codeberg.org/noe/personal-site.git"; - rev = "cd5c7be9d408bd07eaf68d2932f6402b148f3f6e"; - }; + "mekanoe.com" = mekanoesh; - "noe.sh" = config.services.nginx.virtualHosts."mekanoe.com" // { + "noe.sh" = mekanoesh // { };