9 lines
126 B
Nix
9 lines
126 B
Nix
{ ... }:
|
|
{
|
|
security = {
|
|
acme = {
|
|
acceptTerms = true;
|
|
defaults.email = "acme@henri-dohmen.de";
|
|
};
|
|
};
|
|
}
|