From 495e471d6138db0ecb85296d69c97c5fbc2dc90f Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 13 Jun 2022 16:14:41 +0000 Subject: [PATCH] Add another tailscale helper --- home/xonsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/xonsh.nix b/home/xonsh.nix index 77e2e51..336d280 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -44,6 +44,7 @@ in { dirflake = "nix flake new -t github:nix-community/nix-direnv"; tsup = "sudo tailscale up"; tspub = "sudo tailscale up --exit-node=linode"; + tshome = "sudo tailscale up --exit-node=2maccabees"; tsclear = "sudo tailscale up --exit-node=''"; rebuild = "sudo nixos-rebuild switch"; };