diff --git a/hosts/darwin/apps.nix b/hosts/darwin/apps.nix index ccde8c37..f70dd24c 100644 --- a/hosts/darwin/apps.nix +++ b/hosts/darwin/apps.nix @@ -21,7 +21,6 @@ retry rsync speedtest-cli - vault wget whois yamllint diff --git a/hosts/darwin/homebrew.nix b/hosts/darwin/homebrew.nix index bcd873c1..13b4df47 100644 --- a/hosts/darwin/homebrew.nix +++ b/hosts/darwin/homebrew.nix @@ -11,7 +11,9 @@ cleanup = "uninstall"; # "zap" to also remove config files }; - taps = []; + taps = [ + "hashicorp/tap" + ]; # Mac App Store apps masApps = {}; @@ -21,6 +23,7 @@ "ca-certificates" "coreutils" "helm" + "hashicorp/tap/vault" "keyring" "mas" "ncdu"