manatee: Add tailscale module

This commit is contained in:
Alexander Heldt
2025-05-02 16:03:46 +02:00
parent 3fb253038b
commit 99ebd8988d

View File

@@ -0,0 +1,11 @@
{ ... }:
{
# If an exit node is used, set:
# tailscale set --exit-node-allow-lan-access
services.tailscale.enable = true;
networking.firewall = {
checkReversePath = "loose";
allowedUDPPorts = [ 41641 ];
};
}