1
Fork 0

Disable podman entirely

This commit is contained in:
prescientmoon 2024-06-11 11:18:09 +02:00
parent 2e78a04d56
commit 5031f7f914
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -1,9 +1,9 @@
{
virtualisation = {
podman = {
enable = true;
dockerCompat = true;
};
# podman = {
# enable = true;
# dockerCompat = true;
# };
oci-containers.backend = "docker";
};