services.glpiAgent.settings
NixOS option
GLPI Agent configuration options. See https://glpi-agent.readthedocs.io/en/latest/configuration.html for all available options. The ‘server’ option is mandatory and must point to your GLPI server.
type: attribute set of (boolean or signed integer or string or list of string)Default
{ }Example
declared in: nixos/modules/services/monitoring/glpi-agent.nixView source on NixOS/nixpkgs →{
server = [ "https://glpi.example.com/inventory" ];
delaytime = 3600;
tag = "production";
logger = [ "stderr" "file" ];
debug = 1;
"no-category" = [ "printer" "software" ];
}