Skip to content

Commit

Permalink
nixos/molly-brown: fix description of certPath
Browse files Browse the repository at this point in the history
`allowKeysForGroup` is no longer available so this drops

```
security.acme.certs."example.com".allowKeysForGroup = true;
```

line. `SupplementaryGroups` should be enough for
allowing access to certificates.
  • Loading branch information
sorki authored and happysalada committed May 17, 2021
1 parent 29158fc commit 7423afb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/web-servers/molly-brown.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ in {
As an example:
<programlisting>
security.acme.certs."example.com".allowKeysForGroup = true;
systemd.services.molly-brown.serviceConfig.SupplementaryGroups =
[ config.security.acme.certs."example.com".group ];
</programlisting>
Expand Down

0 comments on commit 7423afb

Please sign in to comment.