up
This commit is contained in:
8
modules/platform/nixos/tailscale.nix
Normal file
8
modules/platform/nixos/tailscale.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
port = 41641;
|
||||
useRoutingFeatures = "server";
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user