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.
This commit is contained in:
Harald Hoyer 2025-11-24 14:15:09 +01:00
parent 4e67949e03
commit fb990e65c4

View file

@ -1,7 +1,8 @@
{ config {
, lib config,
, pkgs lib,
, ... pkgs,
...
}: }:
with lib; with lib;
with lib.metacfg; with lib.metacfg;
@ -32,6 +33,7 @@ in
ripgrep ripgrep
rrsync rrsync
sops sops
tailscale
tmux tmux
vim vim
wget wget