nix-config/modules/nixos/tailscale.nix
2025-07-08 10:05:22 +02:00

9 lines
169 B
Nix

{
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
extraUpFlags = [ "--ssh" ];
};
networking.firewall.checkReversePath = "loose";
}