From d9cd06e1bc1e7b2a357b2cac4e6f3395f8cf099f Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 23:20:55 -0400 Subject: [PATCH] ingress-proxy: add git, foxxolay --- 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 8363954..85b65c6 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -91,7 +91,7 @@ in { "noe.sh" = mekanoesh; "foxxolay.com" = static { - url = "github:foxxolay/foxxolay.com"; + url = "https://github.com/foxxolay/foxxolay.com.git"; rev = "d7b00d742d9f209c0be569aa95abfa32c42cc1c3"; } // { forceSSL = false; };