nixfiles/data/serverIPs.nix

7 lines
96 B
Nix

rec {
"hetzner-arm" = {
ipv4 = "65.21.145.62";
ipv6 = "2a01:4f9:c012:9dbf::1";
};
}