services.oxidized.routerDB
NixOS option
Path to the file/database which contains the targets for oxidized.
type: null or absolute pathDefault
null
Example
declared in: nixos/modules/services/admin/oxidized.nixView source on NixOS/nixpkgs →pkgs.writeText "oxidized-router.db" '' hostname-sw1:powerconnect:username1:password2 hostname-sw2:procurve:username2:password2 # ... additional hosts ''