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:
parent
4e67949e03
commit
fb990e65c4
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue