MyNixOS website logo
option

services.fedimintd.<name>.environment

Extra Environment variables to pass to the fedimintd.

Declarations
Type
attribute set of string
Default
{
  RUST_BACKTRACE = "1";
}
Example
{
  RUST_BACKTRACE = "1";
  RUST_LOG = "info,fm=debug";
}