pinwheel: Add tailscale module

This commit is contained in:
Alexander Heldt
2024-08-23 23:09:30 +02:00
parent 1bbd8d8eb9
commit dd2cd91d7f

View File

@@ -0,0 +1,10 @@
{ ... }:
{
services.tailscale.enable = true;
networking.firewall = {
checkReversePath = "loose";
allowedUDPPorts = [ 41641 ];
};
}