feat: use acme address for let's encrypt

This commit is contained in:
Julien Malka 2024-11-30 20:48:53 +01:00
parent 774a896bfd
commit ca8636792a
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
settings = {
ACME_ACCEPT_TERMS = "true";
ACME_EMAIL = "julien@malka.sh";
ACME_EMAIL = "acme@malka.sh";
DNS_PROVIDER = "gandiv5";
ENABLE_HTTP_SERVER = "false";
GITEA_ROOT = "https://git.luj.fr";

View file

@ -28,7 +28,7 @@ in
enable = mkEnableOption "activate nginx service";
email = mkOption {
type = types.str;
default = "julien@malka.sh";
default = "acme@malka.sh";
};
};