ops/nixos: populate tailscale IPs for chakotay, torres, tuvok
This commit is contained in:
parent
dad04a0062
commit
d2b95065e0
3 changed files with 3 additions and 0 deletions
|
@ -21,4 +21,5 @@ in {
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
my.ip.tailscale = "100.121.11.7";
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,4 +21,5 @@ in {
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
my.ip.tailscale = "100.92.118.36";
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,4 +21,5 @@ in {
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
my.ip.tailscale = "100.119.123.33";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue