From 54c8c6c529ebcd9a5519689cc77560af30c68a34 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 24 Jul 2025 09:56:04 -0500 Subject: [PATCH] Add podman to IVR --- darwin/hosts/ivr/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/darwin/hosts/ivr/default.nix b/darwin/hosts/ivr/default.nix index fcffb1d..79cebfa 100644 --- a/darwin/hosts/ivr/default.nix +++ b/darwin/hosts/ivr/default.nix @@ -19,6 +19,9 @@ in "mysql" "nushell" "poetry" + "podman" + "podman-compose" + "pytest" "qemu" ]; casks = [ @@ -32,6 +35,7 @@ in "microsoft-teams" "onlyoffice" "pgadmin4" + "podman-desktop" "tabby" "twine" "vagrant"