Disable podman entirely
This commit is contained in:
parent
2e78a04d56
commit
5031f7f914
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
};
|
||||
# podman = {
|
||||
# enable = true;
|
||||
# dockerCompat = true;
|
||||
# };
|
||||
|
||||
oci-containers.backend = "docker";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue