feat: use podman docker compat

This commit is contained in:
Leon Schwarzäugl 2025-03-21 19:47:29 +01:00
parent 5b37f915d1
commit 34b7222665
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84

View file

@ -7,6 +7,7 @@
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
dockerCompat = true;
package = pkgs.stable.podman; package = pkgs.stable.podman;
}; };