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 ];