nixos/molly-brown: fix description of certPath
`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.
This commit is contained in:
parent
29158fc0ac
commit
7423afb5e4
|
@ -41,7 +41,6 @@ in {
|
||||||
|
|
||||||
As an example:
|
As an example:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
security.acme.certs."example.com".allowKeysForGroup = true;
|
|
||||||
systemd.services.molly-brown.serviceConfig.SupplementaryGroups =
|
systemd.services.molly-brown.serviceConfig.SupplementaryGroups =
|
||||||
[ config.security.acme.certs."example.com".group ];
|
[ config.security.acme.certs."example.com".group ];
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
Loading…
Reference in New Issue