mail2-nixos-config/acme.nix

10 lines
184 B
Nix
Raw Normal View History

2020-04-24 20:20:30 +02:00
{ ... }:
{
security.acme.acceptTerms = true;
security.acme.email = "kontakt@hamburg.freifunk.net";
users.groups.certs = {
members = [ "dovecot2" "nginx" "postfix" ];
};
2020-04-24 20:20:30 +02:00
}