From 7986fa849bbb59aec280008681e32f1a20ca0fe6 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 5 Sep 2025 09:05:11 -0400 Subject: [PATCH 1/2] Update how podman is installed This is paired with Podman Desktop --- modules/hosts/darwin/home.nix | 3 +++ modules/hosts/darwin/mightymac/default.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/hosts/darwin/home.nix b/modules/hosts/darwin/home.nix index 629ca0e..3767a24 100644 --- a/modules/hosts/darwin/home.nix +++ b/modules/hosts/darwin/home.nix @@ -14,6 +14,9 @@ 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 + export PATH=/opt/podman/bin:$PATH ''; oh-my-zsh.plugins = [ "macos" ]; shellAliases = { diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index 3e06e66..6c3fdaf 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -41,7 +41,7 @@ "opentofu" "node_exporter" "pinentry-mac" - "podman" + #"podman" # this version is missing libkrun. Use installer at https://github.com/containers/podman/releases instead "qemu" "telegraf" "terraform-docs" From 80f352687664cfec7c319bc78cd45bbe822db989 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 5 Sep 2025 09:05:29 -0400 Subject: [PATCH 2/2] Comment apps that are failing to pull from the App Store --- modules/hosts/darwin/mightymac/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index 6c3fdaf..e8419c3 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -71,10 +71,10 @@ "whalebird" ]; masApps = { - "FluffyChat" = 1551469600; + #"FluffyChat" = 1551469600; "HomeCam" = 1292995895; "Keeper Password Manager" = 414781829; - "MEATERĀ® Smart Meat Thermometer" = 1157416022; + #"MEATERĀ® Smart Meat Thermometer" = 1157416022; "MeetingBar" = 1532419400; "Meshtastic" = 1586432531; "Messenger" = 1480068668;