Enable Tailscale service and add tailscale package and tun module
This commit is contained in:
parent
74d28649c3
commit
485694c33f
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ tailscale ];
|
||||
boot.kernelModules = [ "tun" ];
|
||||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue