Skip to content

Commit

Permalink
Merge pull request #85333 from arianvp/revert-acme-backport
Browse files Browse the repository at this point in the history
[20.03] Revert "nixos/acme: Fix allowKeysForGroup not applying immediately"
  • Loading branch information
worldofpeace authored Apr 16, 2020
2 parents 900b58e + c51c677 commit 2ee6b5c
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 @@ -297,12 +297,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 2ee6b5c

Please sign in to comment.