tailscale vpn
This commit is contained in:
parent
a25557a721
commit
9ae7cfc95e
1 changed files with 7 additions and 0 deletions
7
tail.nix
Normal file
7
tail.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "both";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue