{las,lux,nyc}01-frantech: add tailscale IPs

This commit is contained in:
Luke Granger-Brown 2021-03-19 16:16:06 +00:00
parent a7657b7789
commit 10c7ee76b3
3 changed files with 3 additions and 0 deletions

View file

@ -63,6 +63,7 @@ in {
ipv6.addresses = [{ address = "2605:6400:20:179b::1"; prefixLength = 48; }];
};
};
my.ip.tailscale = "100.127.132.77";
system.stateVersion = "21.05";
}

View file

@ -63,6 +63,7 @@ in {
ipv6.addresses = [{ address = "2605:6400:30:f1d2::1"; prefixLength = 48; }];
};
};
my.ip.tailscale = "100.125.159.57";
system.stateVersion = "21.05";
}

View file

@ -63,6 +63,7 @@ in {
ipv6.addresses = [{ address = "2605:6400:10:c77::1"; prefixLength = 48; }];
};
};
my.ip.tailscale = "100.99.236.25";
system.stateVersion = "21.05";
}