MyNixOS website logo
option

services.ocsinventory-agent.settings

Configuration for /etc/ocsinventory-agent/ocsinventory-agent.cfg.

Refer to ocsinventory-agent(1) for available options.

Declarations
Type
atom (null, bool, int, float or string)
Default
{ }
Example
{
  ca = "/etc/ssl/certs/ca-certificates.crt";
  debug = true;
  server = "https://ocsinventory.localhost:8080/ocsinventory";
  tag = "01234567890123";
}