From 70b5d5fd4d70f9589bfa76440e94b7d16bce1e59 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Mon, 23 Jun 2025 17:47:35 +0000 Subject: [PATCH] :sparkles: [pi4] Nginx reload on change instead of restart --- hosts/pi4/headscale.nix | 1 - hosts/pi4/nginx.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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;