From 359b5ee1d1e6524aa2fe49fb24b96123086d5210 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Fri, 26 Dec 2025 11:25:11 +0000 Subject: [PATCH] refactor(pm/stalwart): remove redundant DNS record Change-Id: ulykkruuxmkmxksmwzqtqzrlsskuupvo This was added before Stalwart was our live mailserver. At that point, we could only access it over Tailscale. Nowadays, we can access it without this record, so it's better to avoid it as it only serves to make the Tailscale network different to the live internet. --- packetmix/systems/teal/stalwart.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packetmix/systems/teal/stalwart.nix b/packetmix/systems/teal/stalwart.nix index 9f22815d..a01063b8 100644 --- a/packetmix/systems/teal/stalwart.nix +++ b/packetmix/systems/teal/stalwart.nix @@ -31,15 +31,6 @@ in imports = [ "${project.inputs.nixos-unstable.src}/nixos/modules/services/mail/stalwart-mail.nix" ]; config = { - services.headscale.settings.dns.extra_records = [ - { - # mail.freshly.space -> teal - name = "mail.freshly.space"; - type = "A"; - value = "100.64.0.5"; - } - ]; - services.stalwart-mail = { enable = true; openFirewall = true; -- 2.43.0