fix: hectic-lab: something
This commit is contained in:
@@ -56,6 +56,9 @@ in {
|
|||||||
certificateScheme = "acme-nginx";
|
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.acceptTerms = true;
|
||||||
security.acme.defaults.email = "security@" + cfg.domain;
|
security.acme.defaults.email = "security@" + cfg.domain;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ in {
|
|||||||
hardware.hetzner-cloud = {
|
hardware.hetzner-cloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
networkMatchConfigName = "enp1s0";
|
networkMatchConfigName = "enp1s0";
|
||||||
ipv4 = "188.245.181.123";
|
ipv4 = "128.140.75.58";
|
||||||
ipv6 = "2a01:4f8:c2c:d54a";
|
ipv6 = "2a01:4f8:c2c:d54a";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -102,9 +102,9 @@ in {
|
|||||||
|
|
||||||
sops.secrets."mailserver/security/hashedPassword" = {};
|
sops.secrets."mailserver/security/hashedPassword" = {};
|
||||||
sops.secrets."mailserver/yukkop/hashedPassword" = {};
|
sops.secrets."mailserver/yukkop/hashedPassword" = {};
|
||||||
sops.secrets."mailserver/founders/hashedPassword" = {};
|
|
||||||
sops.secrets."mailserver/snuff/hashedPassword" = {};
|
sops.secrets."mailserver/snuff/hashedPassword" = {};
|
||||||
sops.secrets."mailserver/antoshka/hashedPassword" = {};
|
sops.secrets."mailserver/antoshka/hashedPassword" = {};
|
||||||
|
sops.secrets."mailserver/founders/hashedPassword" = {};
|
||||||
|
|
||||||
services.mailserver = {
|
services.mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user