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