fix(hydrogen): setup default acme email

This commit is contained in:
Laureηt 2022-12-26 15:40:56 +01:00
parent 734584db69
commit 12a023578f
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -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