umbriel: yeet resolved into the sun
Gets default enabled together with systemd-networkd and then quietly coexists with kresd, fighting for /etc/resolv.conf. But Postfix wants to do DANE validation, so it rightfully complains when it hits resolved.
Martin Weinelt committed
Jun 15, 2025 at 18:57 UTC
67eb34a7534e9caeda495fbbfea50767a23fb8a0
1 file changed
+3
non-critical-infra/modules/mailserver/default.nix
+3
@@ -13,6 +13,9 @@
13
./freescout.nix
14
];
15
16
+ # enabled through systemd.network.enable
17
+ services.resolved.enable = false;
18
+
19
mailserver = {
20
enable = true;
21
certificateScheme = "acme-nginx";