Common: set up tailscale
This commit is contained in:
parent
9b1e8798c0
commit
cb3ec0cb57
3 changed files with 17 additions and 1 deletions
8
roles/common/services/tailscale.nix
Normal file
8
roles/common/services/tailscale.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = lib.mkDefault "client";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue