Add podman-compose to Jude

This commit is contained in:
Greg Hellings
2025-05-14 21:11:55 -05:00
parent 63a2c8b705
commit decb2f50a4
+4 -1
View File
@@ -1,8 +1,11 @@
{ ... }: { pkgs, ... }:
{ {
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
dockerCompat = true; dockerCompat = true;
extraPackages = [
pkgs.podman-compose
];
}; };
} }