Skip to content

Commit

Permalink
Merge pull request #85332 from arianvp/revert-acme
Browse files Browse the repository at this point in the history
Revert "nixos/acme: Fix allowKeysForGroup not applying immediately"
  • Loading branch information
worldofpeace authored Apr 16, 2020
2 parents 7c2fc1c + 5c1c642 commit b61999e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nixos/modules/security/acme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b61999e

Please sign in to comment.