{ lib, config, ... }: { config = lib.mkIf config.universe.services.podman.enable { virtualisation.podman = { enable = true; dockerCompat = true; }; }; }