pinwheel: Use podman alongside docker

This commit is contained in:
Alexander Heldt
2024-06-17 16:30:00 +02:00
parent acf4a5c415
commit ec5aeddc64
2 changed files with 7 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ in
keyboard.enable = true;
containers = {
docker.enable = true;
podman.enable = false;
podman.enable = true;
};
vm.enable = true;
scripts.enable = true;