Merge pull request #85332 from arianvp/revert-acme

Revert "nixos/acme: Fix allowKeysForGroup not applying immediately"
This commit is contained in:
worldofpeace 2020-04-16 08:43:36 -04:00 committed by GitHub
commit b61999e4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -321,12 +321,6 @@ in
wantedBy = mkIf (!config.boot.isContainer) [ "multi-user.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;