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-26 07:33:31 -04:00
parent 1c4e0c0828
commit 8245d0f82e
6 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -7,8 +7,8 @@
{
imports = [
inputs.disko.nixosModules.disko
"${inputs.self}/common/global"
"${inputs.self}/users/richie"
"${inputs.self}/common/global"
"${inputs.self}/common/optional/tailscale.nix"
./disk-config.nix
];