acme: change default email
This commit is contained in:
parent
229e92222e
commit
ef96a959f6
@ -1,10 +1,10 @@
|
|||||||
{ ... }:
|
{ options, lib, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
security.acme = {
|
config.security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults = {
|
defaults = {
|
||||||
email = "sysadmin@giugl.io";
|
email = "letsencrypt@depasquale.giugl.io";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user