services.pdudaemon.pdus

NixOS option

Structural pdus section of PDUDaemon’s pdudaemon.conf. Refer to https://github.com/pdudaemon/pdudaemon/blob/main/share/pdudaemon.conf for more examples.

type: attribute set of anything
Default
{ }
Example
{
  cbs350-poe-switch = {
    driver = "snmpv1";
    community = "private";
    oid = ".1.3.6.1.2.1.105.1.1.1.3.1.*;
    onsetting = 1;
    offsetting = 2;
  };
  energenie = {
    driver = "EG-PMS";
    device = "aa:bb:cc:xx:yy";
  };
  local = {
    driver = "localcmdline";
  };
};
declared in: nixos/modules/services/hardware/pdudaemon.nixView source on NixOS/nixpkgs →