sombrero: Add tailscale module

This commit is contained in:
Alexander Heldt
2024-08-23 23:44:14 +02:00
parent dd2cd91d7f
commit 4db229d5c0

View File

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