Your one-stop-cake-shop for everything Freshly Baked has to offer

refactor(pm/stalwart): remove redundant DNS record #123

closed opened by a.starrysky.fyi targeting main from private/minion/push-oqywmpqruopz

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.

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mavdhtp74422
-9
Diff #3
-9
packetmix/systems/teal/stalwart.nix
··· 31 31 imports = [ "${project.inputs.nixos-unstable.src}/nixos/modules/services/mail/stalwart-mail.nix" ]; 32 32 33 33 config = { 34 - services.headscale.settings.dns.extra_records = [ 35 - { 36 - # mail.freshly.space -> teal 37 - name = "mail.freshly.space"; 38 - type = "A"; 39 - value = "100.64.0.5"; 40 - } 41 - ]; 42 - 43 34 services.stalwart-mail = { 44 35 enable = true; 45 36 openFirewall = true;

History

4 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
refactor(pm/stalwart): remove redundant DNS record
expand 1 comment

manually merged due to tangled error

closed without merging
1 commit
expand
refactor(pm/stalwart): remove redundant DNS record
expand 0 comments
1 commit
expand
refactor(pm/stalwart): remove redundant DNS record
expand 0 comments
1 commit
expand
refactor(pm/stalwart): remove redundant DNS record
expand 0 comments