diff --git a/flakes/common/nix_modules/tailnet.nix b/flakes/common/nix_modules/tailnet.nix index bc746dad..9351576b 100644 --- a/flakes/common/nix_modules/tailnet.nix +++ b/flakes/common/nix_modules/tailnet.nix @@ -6,6 +6,8 @@ }: { environment.systemPackages = with pkgs; [ tailscale ]; + boot.kernelModules = [ "tun" ]; + services.tailscale = { enable = true; openFirewall = true;