config

NixOS config
Log | Files | Refs | README | LICENSE

commit c0a490aca862cb426dbb0dbf1f7ff844f51ab92d (tree)
parent ef26be211701b4a2f140b27359bafbdb854e824f
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon,  2 Jun 2025 06:48:27 +0000

caddy: reload in peace

Diffstat:
Mhosts/fwminex/configuration.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -141,7 +141,8 @@ in preStart = "ln -sf $CREDENTIALS_DIRECTORY/up.jakstys.lt.env /run/caddy/up.jakstys.lt.env"; serviceConfig = { # 2025-02-11 blocks system from upgrading during reload - ExecReload = lib.mkForce ""; + #ExecReload = lib.mkForce ""; + # 2025-06-02 removed the ExecReload override. LoadCredential = [ "r1.jakstys.lt-cert.pem:${r1.certFile}"