From 2ef6f1247d48ec9dd379aa5b7bafa885d50b0bfd Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 01:02:19 -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 a2581a8..4ff8c0b 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"; - rev = "b3be6901680013b277e02f6fab159e90041a27a0"; + rev = "8601d3a426bc07c715f265b2132b384c21397533"; }; installPhase = "cp -r $src $out"; };