manatee: Add tailscale module
This commit is contained in:
11
hosts/manatee/modules/tailscale/default.nix
Normal file
11
hosts/manatee/modules/tailscale/default.nix
Normal 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 ];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user