diff --git a/modules/hosts/darwin/Blue-Rock/default.nix b/modules/hosts/darwin/Blue-Rock/default.nix index a6efc0d..65afc70 100644 --- a/modules/hosts/darwin/Blue-Rock/default.nix +++ b/modules/hosts/darwin/Blue-Rock/default.nix @@ -31,7 +31,6 @@ "google-drive" "kopiaui" "obs" - "pdk" "puppet-agent" "puppet-bolt" "qmk-toolbox" diff --git a/modules/hosts/darwin/home.nix b/modules/hosts/darwin/home.nix index 7df380e..0e01412 100644 --- a/modules/hosts/darwin/home.nix +++ b/modules/hosts/darwin/home.nix @@ -13,7 +13,6 @@ # Include Puppet's normal bin folder since it is installed via Homebrew export PATH=$PATH:/opt/puppetlabs/bin - export PATH=$PATH:/opt/puppetlabs/pdk/bin export PATH=$PATH:/opt/puppetlabs/puppet/bin # Podman installer pkg for the cli places podman here diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index bb3d2de..df8ca26 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -21,7 +21,6 @@ taps = [ "hashicorp/tap" "openvoxproject/openvox" - "puppetlabs/puppet" "wouterdebie/repo" ]; brews = [ @@ -49,7 +48,6 @@ "obs" "openvox8-agent" "openvox8-openbolt" - "pdk" "podman-desktop" "qmk-toolbox" "raspberry-pi-imager"