Files
nix-config/modules/acme.nix
2023-11-05 11:09:24 +01:00

7 lines
163 B
Nix

{
security.acme = {
acceptTerms = true;
# Replace the email here!
defaults.email = "7265381+Kropatz@users.noreply.github.com";
};
}