minio
Options
Section titled “Options”services.minio.enable
Section titled “services.minio.enable”Whether to enable MinIO Object Storage.
Type: boolean
Default:
falseExample:
trueDeclared by:
services.minio.package
Section titled “services.minio.package”MinIO package to use.
Type: package
Default:
pkgs.minioDeclared by:
services.minio.accessKey
Section titled “services.minio.accessKey”Access key of 5 to 20 characters in length that clients use to access the server.
Type: string
Default:
"minioadmin"Declared by:
services.minio.afterStart
Section titled “services.minio.afterStart”Bash code to execute after minio is running.
Type: strings concatenated with “\n”
Default:
""Example:
'' mc anonymous set download local/mybucket''Declared by:
services.minio.browser
Section titled “services.minio.browser”Enable or disable access to web UI.
Type: boolean
Default:
trueDeclared by:
services.minio.buckets
Section titled “services.minio.buckets”List of buckets to ensure exist on startup.
Type: list of string
Default:
[ ]Declared by:
services.minio.clientConfig
Section titled “services.minio.clientConfig”Contents of the mc config.json, as a nix attribute set.
By default, local is configured to connect to the devenv minio service.
Use lib.mkForce null to use your regular mc configuration from $HOME/.mc instead.
Type: null or JSON value
Declared by:
services.minio.clientPackage
Section titled “services.minio.clientPackage”MinIO client package to use.
Type: package
Default:
pkgs.minio-clientDeclared by:
services.minio.consoleAddress
Section titled “services.minio.consoleAddress”IP address and port of the web UI (console).
Type: string
Default:
"127.0.0.1:9001"Declared by:
services.minio.listenAddress
Section titled “services.minio.listenAddress”IP address and port of the server.
Type: string
Default:
"127.0.0.1:9000"Declared by:
services.minio.region
Section titled “services.minio.region”The physical location of the server. By default it is set to us-east-1, which is same as AWS S3’s and MinIO’s default region.
Type: string
Default:
"us-east-1"Declared by:
services.minio.secretKey
Section titled “services.minio.secretKey”Specify the Secret key of 8 to 40 characters in length that clients use to access the server.
Type: string
Default:
"minioadmin"Declared by:

