From c5eb02149273408439609cc11db25b96311cc9d5 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 00:54:15 -0500 Subject: [PATCH] ingress-proxy: mekanoe.com --- 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 c733fd6..2fe9737 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -84,7 +84,7 @@ in { src = builtins.fetchGit { url = "https://codeberg.org/noe/personal-site.git"; ref = "main"; - hash = "sha256-xxxxxxxxxxxxxx"; + hash = "sha256-00000000000000000000000000000000000000000000000000"; }; installPhase = "cp -r $src $out"; };