From a41347e971a5b7498d12e47b25895faf4feb2bd8 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 27 Feb 2024 16:50:06 +0530 Subject: kay/acme/rfc2136: reload dependencies after cert fetch --- hosts/kay/modules/www.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/kay/modules/www.nix') diff --git a/hosts/kay/modules/www.nix b/hosts/kay/modules/www.nix index 1447b1e..3891bf6 100644 --- a/hosts/kay/modules/www.nix +++ b/hosts/kay/modules/www.nix @@ -13,6 +13,7 @@ in ./cgit.nix ]; + security.acme.certs.${domain}.postRun = "systemctl reload nginx.service"; networking.firewall = { allowedTCPPorts = [ 80 443 ]; allowedUDPPorts = [ 443 ]; -- cgit v1.2.3