universe/hosts/common/services/podman.nix

7 lines
88 B
Nix
Raw Normal View History

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