From 6bfbf544c5868978f6a79da75e2e7699a57d7fdb Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 12 Jun 2022 05:31:45 +0000 Subject: [PATCH] Add tailscale helpers --- home/xonsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/xonsh.nix b/home/xonsh.nix index 7b7ccc2..b4a3187 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -42,6 +42,8 @@ in { molcol = "molecule -c ../../tests/molecule.yml"; pa = "cd ~/src/packaging"; dirflake = "nix flake new -t github:nix-community/nix-direnv"; + tsup = "tailscale up"; + tspub = "tailscale up --exit-node=linode"; }; configHeader = ''