10 lines
146 B
Nix
10 lines
146 B
Nix
{ ... }:
|
|
{
|
|
services.tailscale.enable = true;
|
|
|
|
networking.firewall = {
|
|
checkReversePath = "loose";
|
|
allowedUDPPorts = [ 41641 ];
|
|
};
|
|
}
|