tailscale: allow use of and as an exit node
This commit is contained in:
parent
bdc1cd68c4
commit
966d14a219
1 changed files with 2 additions and 0 deletions
|
|
@ -120,6 +120,7 @@
|
||||||
git
|
git
|
||||||
gnumake
|
gnumake
|
||||||
cifs-utils
|
cifs-utils
|
||||||
|
tailscale
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
# wget
|
# wget
|
||||||
];
|
];
|
||||||
|
|
@ -162,6 +163,7 @@
|
||||||
|
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
useRoutingFeatures = "both";
|
||||||
extraUpFlags = [ "--ssh" ];
|
extraUpFlags = [ "--ssh" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue