summaryrefslogtreecommitdiff
path: root/sys/web/nginx.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-04-06 14:27:57 -0600
committerAlejandro Soto <alejandro@34project.org>2025-04-06 14:27:57 -0600
commit5b01285ee33516cec607cbd069e06b4b8970c088 (patch)
treea6befbaca9bfee6163579d235ae589cb29313269 /sys/web/nginx.nix
parent2585c96ff9b7945cab054e38fbbcaf760e3be38c (diff)
sys: reload services after certificate renewal
Diffstat (limited to 'sys/web/nginx.nix')
-rw-r--r--sys/web/nginx.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/web/nginx.nix b/sys/web/nginx.nix
index e95bc3f..fc24afe 100644
--- a/sys/web/nginx.nix
+++ b/sys/web/nginx.nix
@@ -78,6 +78,7 @@ in
name = domains.${name}.main;
value = {
group = mkDefault config.services.nginx.group;
+ reloadServices = [ "nginx.service" ];
};
})
cfg.ownedCerts);