Fought letsencrypt rate limits

This commit is contained in:
Julien Malka 2022-04-01 21:02:35 +02:00
parent 258a2c37b8
commit f74b6882c2
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

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