Enable Tailscale service and add tailscale package and tun module

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-05 22:57:05 -06:00
parent 74d28649c3
commit 485694c33f

View file

@ -6,6 +6,8 @@
}:
{
environment.systemPackages = with pkgs; [ tailscale ];
boot.kernelModules = [ "tun" ];
services.tailscale = {
enable = true;
openFirewall = true;