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

fix(headscale): add back missing records #38

merged opened by a.starrysky.fyi targeting main from private/minion/push-rvzwppymvnkt

We previously had these records, but we lost them when migrating stuff...

They are internal mirrors of some external mostlyturquoise records

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/3lzjpghytcx22
+14
Diff #0
+14
packetmix/systems/teal/headscale.nix
··· 111 111 ); 112 112 }; 113 113 dns = { 114 + extra_records = [ 115 + { 116 + # cartandflynns.turquoise.fyi -> nordic 117 + name = "cartandflynns.turquoise.fyi"; 118 + type = "A"; 119 + value = "100.64.0.37"; 120 + } 121 + { 122 + # puttheleeinholly.turquoise.fyi -> nordic 123 + name = "puttheleeinholly.turquoise.fyi"; 124 + type = "A"; 125 + value = "100.64.0.37"; 126 + } 127 + ]; 114 128 nameservers.global = [ 115 129 "1.1.1.1" 116 130 "1.0.0.1"

History

1 round 0 comments
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
1 commit
expand
fix(headscale): add back missing records
expand 0 comments
pull request successfully merged