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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue