services.komodo-periphery.extraSettings

NixOS option

Extra settings to add to the generated TOML config.

type: TOML value
Default
{ }
Example
{
  secrets = {
    GITHUB_TOKEN = "ghp_xxxx";
  };
}
declared in: nixos/modules/services/admin/komodo-periphery.nixView source on NixOS/nixpkgs →