Setup tailscale more better
This commit is contained in:
+2
-2
@@ -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 = ''
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user