diff --git a/nixos/modules/security/acme.nix b/nixos/modules/security/acme.nix index 4b026b8e1f2ab..978681c8927c3 100644 --- a/nixos/modules/security/acme.nix +++ b/nixos/modules/security/acme.nix @@ -320,12 +320,6 @@ in wants = [ "network-online.target" ]; serviceConfig = { Type = "oneshot"; - # With RemainAfterExit the service is considered active even - # after the main process having exited, which means when it - # gets changed, the activation phase restarts it, meaning - # the permissions of the StateDirectory get adjusted - # according to the specified group - RemainAfterExit = true; User = data.user; Group = data.group; PrivateTmp = true;