You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
520 B
Nix

{
/* FIXME: Should NixOps not expose public IPs automatically through /etc/hosts? Why doesn't it? */
workbot = {
ipv4 = "148.251.195.23";
internalIpv4 = "10.217.0.1";
tincPublicKey = "OgsmaoK4WX0IYsH4QRnsYmX1ux0r9/UE7YrzOu2zW7K";
};
osmium = {
ipv4 = "80.255.0.137";
internalIpv4 = "10.217.0.2";
tincPublicKey = "6BxBIezR4htBFRqX8h5cG7ffbKrnoTeC2lIrFCiaxhF";
};
nijaxor = {
ipv4 = "64.187.233.73";
internalIpv4 = "10.217.0.3";
tincPublicKey = "jjhllUg3HeLpcU+XiWT5+FEl/moAZlUO7ll7J8n+5pG";
};
}