{ config, ... }: { services.minio = { enable = true; region = "us-east-1"; browser = true; listenAddress = ":6990"; consoleAddress = ":6991"; rootCredentialsFile = config.age.secrets.minio-root.path; }; }