main
1{
2 den.hosts.mobius = {
3 address = {
4 ipv4.tailscale = "100.83.181.200";
5 ipv6.tailscale = "fd7a:115c:a1e0:7f0d:51d5:1a0c:a6a9:2104";
6 };
7 };
8
9 den.aspects.mobius = {
10 nixos = {
11 networking.networkmanager.enable = true;
12 };
13 };
14}