refactor(tazjin/nixos): zerotier out, tailscale in (again)
Tailscale just works better out of the box than Zerotier, and its clients aren't unfree. Change-Id: Ie35ef1adde0edbe923992b02e6b636269a96a81e Reviewed-on: https://cl.tvl.fyi/c/depot/+/8482 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
eadcfbbfab
commit
43d5658dad
4 changed files with 7 additions and 19 deletions
|
|
@ -1,14 +0,0 @@
|
|||
# Configuration for my Zerotier network.
|
||||
|
||||
{
|
||||
environment.persistence."/persist".directories = [
|
||||
"/var/lib/zerotier-one"
|
||||
];
|
||||
|
||||
services.zerotierone.enable = true;
|
||||
services.zerotierone.joinNetworks = [
|
||||
"35c192ce9bd4c8c7"
|
||||
];
|
||||
|
||||
networking.firewall.trustedInterfaces = [ "zt7nnembs4" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue