Static zerotier hostnames

This commit is contained in:
Filippo Berto 2023-09-05 12:29:43 +02:00
parent 7a71badedc
commit 3e6350c90a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -3,4 +3,12 @@
enable = true;
joinNetworks = [ "8056c2e21cf9c753" ];
};
networking.hosts = {
"172.23.24.223" = [ "thor.zto" ];
"172.23.255.161" = [ "x3pro.zto" ];
"172.23.219.133" = [ "odin.zto" ];
"172.23.254.55" = [ "loki.zto" ];
"172.23.18.147" = [ "freya.zto" ];
};
}