diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 73ef281..0f769c5 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -141,8 +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 ""; - # 2025-06-02 removed the ExecReload override. + # 2025-06-02 still necessary + ExecReload = lib.mkForce ""; LoadCredential = [ "r1.jakstys.lt-cert.pem:${r1.certFile}"