fix: hectic-lab: something

This commit is contained in:
2026-04-26 13:48:36 +00:00
parent 406acf662e
commit b8fc0971c6
2 changed files with 9 additions and 6 deletions

View File

@@ -56,6 +56,9 @@ in {
certificateScheme = "acme-nginx";
};
# NOTE(yukkop): avoid Gmail rejection due to missing IPv6 PTR records
services.postfix.settings.main.inet_protocols = lib.mkDefault "ipv4";
security.acme.acceptTerms = true;
security.acme.defaults.email = "security@" + cfg.domain;
};

View File

@@ -36,7 +36,7 @@ in {
hardware.hetzner-cloud = {
enable = true;
networkMatchConfigName = "enp1s0";
ipv4 = "188.245.181.123";
ipv4 = "128.140.75.58";
ipv6 = "2a01:4f8:c2c:d54a";
};
};
@@ -102,9 +102,9 @@ in {
sops.secrets."mailserver/security/hashedPassword" = {};
sops.secrets."mailserver/yukkop/hashedPassword" = {};
sops.secrets."mailserver/founders/hashedPassword" = {};
sops.secrets."mailserver/snuff/hashedPassword" = {};
sops.secrets."mailserver/antoshka/hashedPassword" = {};
sops.secrets."mailserver/founders/hashedPassword" = {};
services.mailserver = {
enable = true;