infrastructure/modules/base/podman.nix

7 lines
132 B
Nix
Raw Permalink Normal View History

2023-04-12 12:47:22 +00:00
{
virtualisation.oci-containers.backend = "podman";
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}