My Nix Configuration
1# Schema: 2# role: The type of computer this is. Either "desktop"(also includes laptops), "server", or "phone" 3# ts 4# ts.ip4: The node's tailscale IPv4 address 5# ts.ip6: The node's tailscale IPv6 address 6[marvin] 7role = "server" 8[marvin.ts] 9ip4 = "100.123.15.72" 10ip6 = "fd7a:115c:a1e0:ab12:4843:cd96:627b:f48" 11 12[prefect] 13role = "server" 14[prefect.ts] 15ip4 = "100.93.63.54" 16ip6 = "fd7a:115c:a1e0:ab12:4843:cd96:625d:3f36" 17 18[zaphod] 19role = "desktop" 20[zaphod.ts] 21ip4 = "100.125.9.36" 22ip6 = "fd7a:115c:a1e0:ab12:4843:cd96:627d:924" 23 24[thought] 25role = "server" 26[thought.ts] 27ip4 = "" 28ip6 = ""