Maddy: Difference between revisions

imported>Onny
m Update on read permissions for certificates
imported>Onny
mNo edit summary
Line 34: Line 34:
For other clients such as ''certbot'', add it to the <code>acme</code> group
For other clients such as ''certbot'', add it to the <code>acme</code> group
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
systemd.services.maddy.serviceConfig.SupplementaryGroups =
systemd.services.maddy.serviceConfig.SupplementaryGroups = [ "acme" ];
  [ "acme" ];
</nowiki>}}
</nowiki>}}