universe/hosts/common/virtualisation/podman.nix

7 lines
81 B
Nix
Raw Normal View History

2025-03-02 11:53:58 +00:00
{
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}