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