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:
Vincent Ambo 2023-04-14 10:15:59 +03:00 committed by tazjin
parent eadcfbbfab
commit 43d5658dad
4 changed files with 7 additions and 19 deletions

View file

@ -81,6 +81,7 @@ in
services.xserver.libinput.touchpad.clickMethod = "clickfinger";
services.xserver.libinput.touchpad.tapping = false;
services.avahi.enable = true;
services.tailscale.enable = true;
powerManagement.powertop.enable = true;
system.stateVersion = "21.11";