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; };