From fb990e65c499b5ec69972a92fa4fe2bc677fd20a Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 24 Nov 2025 14:15:09 +0100 Subject: [PATCH] chore(nix): add Tailscale to default packages - Included `tailscale` in the default package set for Darwin services. - Ensures availability of Tailscale for secure connectivity and VPN management. --- modules/darwin/services/base/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/darwin/services/base/default.nix b/modules/darwin/services/base/default.nix index 2c942d2..d4ed116 100644 --- a/modules/darwin/services/base/default.nix +++ b/modules/darwin/services/base/default.nix @@ -1,7 +1,8 @@ -{ config -, lib -, pkgs -, ... +{ + config, + lib, + pkgs, + ... }: with lib; with lib.metacfg; @@ -32,6 +33,7 @@ in ripgrep rrsync sops + tailscale tmux vim wget