fix(hydrogen): setup default acme email
This commit is contained in:
parent
734584db69
commit
12a023578f
|
@ -63,10 +63,7 @@
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
certs = {
|
defaults.email = "acme@fainsin.bzh";
|
||||||
"fainsin.bzh".email = "acme@fainsin.bzh";
|
|
||||||
"laurent.fainsin.bzh".email = "acme@fainsin.bzh";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
Loading…
Reference in a new issue