From 7b27730182b16dfd5df1697bf6537a9bb7e3b749 Mon Sep 17 00:00:00 2001 From: noe Date: Mon, 8 Jan 2024 18:22:55 -0500 Subject: [PATCH] proxy: noe.sh --- nixos/hosts/ingress-proxy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index ba35bce..8487634 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -93,6 +93,7 @@ in { "mekanoe.com" = static { url = "https://codeberg.org/noe/personal-site.git"; rev = "cd5c7be9d408bd07eaf68d2932f6402b148f3f6e"; + aliases = ["noe.sh"]; } // { };