Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f5dd1191f8ba
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c482b65abece
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 26, 2019

  1. nixos/acme: Fix allowKeysForGroup not applying immediately

    Previously setting `allowKeysForGroup = true; group = "foo"` would not
    apply the group permission change of the certificates until the service
    gets restarted. This commit fixes this by making systemd restart the
    service every time it changes.
    
    Note that applying this commit to a system with an already running acme
    systemd service doesn't fix this immediately and you still need to wait
    for the next refresh (or call `systemctl restart acme-<domain>`). Once
    everybody's service has restarted once this should be a problem of the
    past.
    infinisil committed Oct 26, 2019
    Copy the full SHA
    5532065 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. nixos/acme: Fix allowKeysForGroup not applying immediately (#72056)

    nixos/acme: Fix allowKeysForGroup not applying immediately
    infinisil committed Nov 13, 2019
    Copy the full SHA
    c482b65 View commit details
    Browse the repository at this point in the history