backwards: Add tailscale module

This commit is contained in:
Alexander Heldt
2024-08-31 11:16:01 +02:00
parent 69034fb515
commit 6021e1cf1d

View File

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