MyNixOS website logo
option

services.rustfs.settings

Options for RustFS configuration. Refer to https://docs.rustfs.com/installation/linux/single-node-single-disk.html#_5-configure-environment-variables for details on supported values.

Declarations
Type
open submodule of attribute set of (string or signed integer)
Default
{ }
Example
{
  RUSTFS_CONSOLE_ENABLE = "true";
  RUSTFS_VOLUMES = "/mnt/rustfs";
}