11 lines
140 B
Nix
11 lines
140 B
Nix
|
{
|
||
|
virtualisation = {
|
||
|
podman = {
|
||
|
enable = true;
|
||
|
dockerCompat = true;
|
||
|
};
|
||
|
|
||
|
oci-containers.backend = "podman";
|
||
|
};
|
||
|
}
|