MyNixOS website logo
option

services.komodo-periphery.extraSettings

Extra settings to add to the generated TOML config.

Declarations
Type
TOML value
Default
{ }
Example
{
  secrets = {
    GITHUB_TOKEN = "ghp_xxxx";
  };
}