services.komodo-periphery.extraSettings
NixOS option
Extra settings to add to the generated TOML config.
type: TOML valueDefault
{ }Example
declared in: nixos/modules/services/admin/komodo-periphery.nixView source on NixOS/nixpkgs →{
secrets = {
GITHUB_TOKEN = "ghp_xxxx";
};
}