From a20a5e83daea90649a2e458333bfda57af749459 Mon Sep 17 00:00:00 2001 From: noe Date: Mon, 8 Jan 2024 18:35:08 -0500 Subject: [PATCH] proxy: noe.sh --- nixos/hosts/ingress-proxy/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 // { };