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