tailscale: allow use of and as an exit node

This commit is contained in:
Khaïs COLIN 2024-07-29 12:35:03 +02:00
parent bdc1cd68c4
commit 966d14a219

View file

@ -120,6 +120,7 @@
git
gnumake
cifs-utils
tailscale
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
];
@ -162,6 +163,7 @@
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
extraUpFlags = [ "--ssh" ];
};