{ pkgs, ... }: { # Enable Podman w/ docker compose compatibility virtualisation.podman = { enable = true; dockerCompat = true; }; environment.systemPackages = with pkgs; [ docker-compose ]; }