mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
feat: use acme address for let's encrypt
This commit is contained in:
parent
774a896bfd
commit
ca8636792a
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
ACME_ACCEPT_TERMS = "true";
|
ACME_ACCEPT_TERMS = "true";
|
||||||
ACME_EMAIL = "julien@malka.sh";
|
ACME_EMAIL = "acme@malka.sh";
|
||||||
DNS_PROVIDER = "gandiv5";
|
DNS_PROVIDER = "gandiv5";
|
||||||
ENABLE_HTTP_SERVER = "false";
|
ENABLE_HTTP_SERVER = "false";
|
||||||
GITEA_ROOT = "https://git.luj.fr";
|
GITEA_ROOT = "https://git.luj.fr";
|
||||||
|
|
|
@ -28,7 +28,7 @@ in
|
||||||
enable = mkEnableOption "activate nginx service";
|
enable = mkEnableOption "activate nginx service";
|
||||||
email = mkOption {
|
email = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "julien@malka.sh";
|
default = "acme@malka.sh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue