From 56065e2f15b07c554e2fbdac02c0b53b24f4f214 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 12 Jun 2022 00:56:46 -0500 Subject: [PATCH] Add more aliases --- home/xonsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/xonsh.nix b/home/xonsh.nix index 20564a9..77e2e51 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -44,6 +44,8 @@ in { dirflake = "nix flake new -t github:nix-community/nix-direnv"; tsup = "sudo tailscale up"; tspub = "sudo tailscale up --exit-node=linode"; + tsclear = "sudo tailscale up --exit-node=''"; + rebuild = "sudo nixos-rebuild switch"; }; configHeader = ''