fix: do not claim mastery of TS net
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build started.

This commit is contained in:
Greg Hellings
2026-05-30 00:24:36 -05:00
parent 69651258d6
commit 307dbbe044
2 changed files with 3 additions and 8 deletions
+2 -1
View File
@@ -22,6 +22,7 @@ let
#"1.0.0.1" # Cloudflare #"1.0.0.1" # Cloudflare
#"149.112.112.112" # Quad 9 #"149.112.112.112" # Quad 9
metadata.infra.gw # Currently using our UniFi router for DNS as well metadata.infra.gw # Currently using our UniFi router for DNS as well
"100.100.100.100"
]; ];
in in
{ {
@@ -132,7 +133,7 @@ in
file = makeZoneFile (lib'.hostsByNet net metadata.hosts) domain; file = makeZoneFile (lib'.hostsByNet net metadata.hosts) domain;
}) })
{ {
"shire-zebra.ts.net" = "tailscale"; #"shire-zebra.ts.net" = "tailscale";
"nebula.thehellings.com" = "nebula"; "nebula.thehellings.com" = "nebula";
nebula = "nebula"; nebula = "nebula";
"thehellings.lan" = "lan"; "thehellings.lan" = "lan";
+1 -7
View File
@@ -14,7 +14,7 @@
"pubkey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEBecZUva9OnZuXLaBun6/1ITo5f9p0YMLPD+q0egLRS", "pubkey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEBecZUva9OnZuXLaBun6/1ITo5f9p0YMLPD+q0egLRS",
"external": true, "external": true,
"ts": "100.119.228.115", "ts": "100.119.228.115",
"aliases": [ "s3" ] "aliases": ["s3"]
}, },
"exodus": { "exodus": {
"ip": null, "ip": null,
@@ -57,12 +57,6 @@
"external": true, "external": true,
"system": "x86_64-linux" "system": "x86_64-linux"
}, },
"gitea": {
"external": true,
"system": "x86_64-linux",
"ts": "100.64.232.81",
"ip": "10.42.5.1"
},
"gregory.hellings-mbp": { "gregory.hellings-mbp": {
"external": true, "external": true,
"system": "aarch64-darwin", "system": "aarch64-darwin",