From b19dc7ac7af1b107c402b9aa334412c2da96c068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Thu, 7 Mar 2024 20:07:03 +0100 Subject: [PATCH] feat: switch to tailscale from nixpkgs-unstable --- system/vpn.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = [