Setup tailscale more better

This commit is contained in:
Greg Hellings
2022-06-12 00:50:26 -05:00
parent 21184e2733
commit 076f9cb7ed
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ in {
molcol = "molecule -c ../../tests/molecule.yml"; molcol = "molecule -c ../../tests/molecule.yml";
pa = "cd ~/src/packaging"; pa = "cd ~/src/packaging";
dirflake = "nix flake new -t github:nix-community/nix-direnv"; dirflake = "nix flake new -t github:nix-community/nix-direnv";
tsup = "tailscale up"; tsup = "sudo tailscale up";
tspub = "tailscale up --exit-node=linode"; tspub = "sudo tailscale up --exit-node=linode";
}; };
configHeader = '' configHeader = ''
+1 -1
View File
@@ -9,6 +9,6 @@
./virt.nix ./virt.nix
]; ];
networking.hostName = "jude"; networking.hostName = "jude";
services.tailscale.enable = true; greg.tailscale.enable = true;
greg.gnome.enable= true; greg.gnome.enable= true;
} }