ops/nixos: populate tailscale IPs for chakotay, torres, tuvok

This commit is contained in:
Luke Granger-Brown 2021-02-08 22:33:42 +00:00
parent dad04a0062
commit d2b95065e0
3 changed files with 3 additions and 0 deletions

View file

@ -21,4 +21,5 @@ in {
prefixLength = 24;
}];
};
my.ip.tailscale = "100.121.11.7";
}

View file

@ -21,4 +21,5 @@ in {
prefixLength = 24;
}];
};
my.ip.tailscale = "100.92.118.36";
}

View file

@ -21,4 +21,5 @@ in {
prefixLength = 24;
}];
};
my.ip.tailscale = "100.119.123.33";
}