7 lines
101 B
Nix
7 lines
101 B
Nix
{...}: {
|
|
security.acme = {
|
|
acceptTerms = true;
|
|
defaults.email = "acme@fainsin.bzh";
|
|
};
|
|
}
|