infrastructure/modules/base/acme.nix

5 lines
91 B
Nix

{
security.acme.defaults.email = "ciapa@lewd.wtf";
security.acme.acceptTerms = true;
}