diff --git a/home/xonsh.nix b/home/xonsh.nix index b4a3187..20564a9 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -42,8 +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"; + tsup = "sudo tailscale up"; + tspub = "sudo tailscale up --exit-node=linode"; }; configHeader = '' diff --git a/hosts/jude/default.nix b/hosts/jude/default.nix index 188af78..d85e8a1 100644 --- a/hosts/jude/default.nix +++ b/hosts/jude/default.nix @@ -9,6 +9,6 @@ ./virt.nix ]; networking.hostName = "jude"; - services.tailscale.enable = true; + greg.tailscale.enable = true; greg.gnome.enable= true; }