universe/hosts/earth/services/podman.nix

7 lines
88 B
Nix
Raw Normal View History

2025-03-07 12:55:45 +00:00
{...}: {
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
}