sombrero: Add tailscale module
This commit is contained in:
9
hosts/sombrero/modules/tailscale/default.nix
Normal file
9
hosts/sombrero/modules/tailscale/default.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
checkReversePath = "loose";
|
||||||
|
allowedUDPPorts = [ 41641 ];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user