7 lines
91 B
Nix
7 lines
91 B
Nix
|
{
|
||
|
security.acme = {
|
||
|
defaults.email = "lukas@wrz.one";
|
||
|
acceptTerms = true;
|
||
|
};
|
||
|
}
|