services.komodo-periphery.extraSettings
Extra settings to add to the generated TOML config.
- Type
TOML value- Default
{ }- Example
{ secrets = { GITHUB_TOKEN = "ghp_xxxx"; }; }- Declared
- <nixpkgs/nixos/modules/services/admin/komodo-periphery.nix>
Extra settings to add to the generated TOML config.
TOML value{ }{
secrets = {
GITHUB_TOKEN = "ghp_xxxx";
};
}