From d14ed789f53e0c62f089e5c52310288108a6ad1e Mon Sep 17 00:00:00 2001 From: David Crompton Date: Thu, 1 May 2025 09:53:25 -0400 Subject: [PATCH] Pericyte: Podman Utilities --- machines/pericyte/podman.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/pericyte/podman.nix b/machines/pericyte/podman.nix index 7be3b4e..a23a625 100644 --- a/machines/pericyte/podman.nix +++ b/machines/pericyte/podman.nix @@ -13,6 +13,8 @@ # Useful other development tools environment.systemPackages = with pkgs; [ dive # look into docker image layers + skopeo # Inspect images + podlet # create quadlets (systemd units) podman-tui # status of containers in the terminal podman-compose # start group of containers for dev ];