From c0d391d6de1fc98586a3ef020521f186f485207b Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 00:49:50 -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 66359ac..bc2fc3e 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -79,7 +79,7 @@ in { forceSSL = true; enableACME = true; - locations."/".root = pkgs.stdenvNoCC.mkDerivation { + root = pkgs.stdenvNoCC.mkDerivation { name = "mekanoe.com"; src = builtins.fetchGit { url = "https://codeberg.org/noe/personal-site.git";