nix-config/modules/nixos/hosts/grymforge/zerotier.nix
2026-04-21 00:46:43 -04:00

18 lines
290 B
Nix

{
...
}:
{
services.zerotierone = {
joinNetworks = [
"ebe7fbd445359e9d"
];
enable = true;
};
networking.extraHosts = ''
192.168.194.54 graphene.zt
192.168.191.218 candlekeep.zt
192.168.191.201 grymforge.zt
192.168.191.202 cache.gwg313.xyz
'';
}