feat(tailscale): enable mesh networking across NixOS hosts

- enable Tailscale on Bob, Brain, Jeeves, and Rhapsody
- configure the Jeeves binary cache through Tailscale MagicDNS
- trust the existing workshop cache signing key
This commit is contained in:
2026-08-25 21:19:01 -04:00
parent b9ee3fda3d
commit e1b8a29e61
6 changed files with 11 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ in
"${inputs.self}/common/optional/monitoring-agent.nix"
"${inputs.self}/common/optional/ssh_decrypt.nix"
"${inputs.self}/common/optional/syncthing_base.nix"
"${inputs.self}/common/optional/tailscale.nix"
"${inputs.self}/common/optional/update.nix"
"${inputs.self}/common/optional/zerotier.nix"
"${inputs.self}/common/optional/zfs"