Files
2024-08-30 21:22:56 +02:00

10 lines
146 B
Nix

{ ... }:
{
services.tailscale.enable = true;
networking.firewall = {
checkReversePath = "loose";
allowedUDPPorts = [ 41641 ];
};
}