about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-11-29T01·05+0100
committerclbot <clbot@tvl.fyi>2022-11-29T17·26+0000
commit7ba5fbd933b3423ae919a959d6d73996bc125346 (patch)
tree8e972c2b378a319825bd109be5d0085e7af7bf0b
parent1aded94d5fa972a9b953115a27c45251703e5fa6 (diff)
chore(tazjin/zamalek): remove zerotier & tailscale from config r/5352
I don't currently need these for any client work but they're constant
battery drains.

Change-Id: Id45d4dacfd59cb3d18d79311fa29450d14a33e6e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7454
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r--users/tazjin/nixos/zamalek/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/tazjin/nixos/zamalek/default.nix b/users/tazjin/nixos/zamalek/default.nix
index 2561effd7d..dfe07107bc 100644
--- a/users/tazjin/nixos/zamalek/default.nix
+++ b/users/tazjin/nixos/zamalek/default.nix
@@ -20,7 +20,6 @@ in
     (usermod "laptop.nix")
     (usermod "persistence.nix")
     (usermod "physical.nix")
-    (usermod "zerotier.nix")
 
     (pkgs.home-manager.src + "/nixos")
   ] ++ lib.optional (builtins.pathExists ./local-config.nix) ./local-config.nix;
@@ -80,7 +79,6 @@ in
 
   services.xserver.libinput.touchpad.clickMethod = "clickfinger";
   services.xserver.libinput.touchpad.tapping = false;
-  services.tailscale.enable = true;
   services.avahi.enable = true;
   powerManagement.powertop.enable = true;