My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 39 lines 693 B view raw
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 9[marvin.ts] 10ip4 = "100.123.15.72" 11ip6 = "fd7a:115c:a1e0:ab12:4843:cd96:627b:f48" 12 13[prefect_old] 14role = "server" 15 16[prefect_old.ts] 17ip4 = "100.93.63.54" 18ip6 = "fd7a:115c:a1e0:ab12:4843:cd96:625d:3f36" 19 20[prefect] 21role = "server" 22 23[prefect.ts] 24ip4 = "100.107.252.71" 25ip6 = "fd7a:115c:a1e0::f938:fc47" 26 27[zaphod] 28role = "desktop" 29 30[zaphod.ts] 31ip4 = "100.125.9.36" 32ip6 = "fd7a:115c:a1e0:ab12:4843:cd96:627d:924" 33 34[thought] 35role = "server" 36 37[thought.ts] 38ip4 = "" 39ip6 = ""