diff --git a/system/vpn.nix b/system/vpn.nix index 025de14..5dce617 100644 --- a/system/vpn.nix +++ b/system/vpn.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, pkgs, lib, ... }: let cfg = config.services.tailscale; @@ -11,6 +11,7 @@ in { services.tailscale = { enable = true; + package = pkgs.unstable.tailscale; openFirewall = true; useRoutingFeatures = "both"; extraUpFlags = [