{ pkgs, ... }: { services.minio.enable = true; environment.systemPackages = with pkgs; [ minio-client ]; }