Module config

Module config 

Source
Expand description

Operator-side config: layered resolution + TOML round-trip.

Precedence (high -> low): explicit flags > NIXFLEET_* env > config file. When every layer leaves a field empty the resolver returns ConfigError::Missing { field } so the bin can render a useful hint.

Structs§

FileConfig
Overrides

Enums§

ConfigError

Functions§

default_config_path
load_file
resolve