9 lines
169 B
Nix
9 lines
169 B
Nix
{
|
|
services.tailscale = {
|
|
enable = true;
|
|
useRoutingFeatures = "both";
|
|
extraUpFlags = [ "--ssh" ];
|
|
};
|
|
|
|
networking.firewall.checkReversePath = "loose";
|
|
}
|