services.minio.rootCredentialsFile

NixOS option

File containing the MINIO_ROOT_USER, default is “minioadmin”, and MINIO_ROOT_PASSWORD (length >= 8), default is “minioadmin”; in the format of an EnvironmentFile=, as described by systemd.exec(5).

type: null or absolute path
Default
null
Example
"/etc/nixos/minio-root-credentials"
declared in: nixos/modules/services/web-servers/minio.nixView source on NixOS/nixpkgs →