diff --git a/hosts/pi4/headscale.nix b/hosts/pi4/headscale.nix index 6546b47..8a4b0f6 100644 --- a/hosts/pi4/headscale.nix +++ b/hosts/pi4/headscale.nix @@ -1,5 +1,4 @@ { - pkgs, config, common, ... diff --git a/hosts/pi4/nginx.nix b/hosts/pi4/nginx.nix index 721e325..7fa93c6 100644 --- a/hosts/pi4/nginx.nix +++ b/hosts/pi4/nginx.nix @@ -25,6 +25,7 @@ in { services.nginx = { enable = true; + enableReload = true; recommendedProxySettings = true; recommendedTlsSettings = true;