MyNixOS website logo
option

services.qui.settings

qui configuration options.

Refer to the template config in the source code for the available options. The documentation contains the available environment variables, this can be used to get an overview.

Declarations
Type
open submodule of (TOML value)
Default
{ }
Example
{
  logLevel = "DEBUG";
  metricsEnabled = true;
  port = 7777;
}