Try tailscale
This commit is contained in:
parent
aa79162e2c
commit
a2e5f43a1f
17 changed files with 50 additions and 80 deletions
7
linux/blitzar/tailscale.nix
Normal file
7
linux/blitzar/tailscale.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
port = 22276;
|
||||
useRoutingFeatures = "client";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue