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