From 0f37bbffd8d930f7ee9b08bb2e2222116f78632a Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 3 Mar 2026 14:03:00 -0500 Subject: [PATCH 1/2] Clean up --- modules/hosts/darwin/mightymac/default.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index a31e431..c23e2ea 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -23,27 +23,14 @@ ]; brews = [ "adr-tools" - #"argocd" "awscli" - #"cilium-cli" "gnupg" - #"helm" - #"hubble" "i2cssh" - #"kind" - #"kompose" - #"kubernetes-cli" - #"kubeseal" "lima" - #"linkerd" - #"minio-mc" "opentofu" - #"node_exporter" "pinentry-mac" #"podman" # this version is missing libkrun. Use installer at https://github.com/containers/podman/releases instead - #"qemu" "reposurgeon" - #"telegraf" "terraform-docs" ]; casks = [ From fecabedf167afec4368b02863bc83ef4b29e6412 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 3 Mar 2026 14:03:23 -0500 Subject: [PATCH 2/2] Migrate to OpenVox agent and OpenBolt --- modules/hosts/darwin/mightymac/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index c23e2ea..60171e3 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -18,6 +18,7 @@ homebrew = { taps = [ "hashicorp/tap" + "openvoxproject/openvox" "puppetlabs/puppet" "wouterdebie/repo" ]; @@ -43,10 +44,10 @@ "kopiaui" "mumble" "obs" + "openvox8-agent" + "openvox8-openbolt" "pdk" "podman-desktop" - "puppet-agent" - "puppet-bolt" "qmk-toolbox" "raspberry-pi-imager" "thunderbird"