MyNixOS website logo
option

services.oxidized.routerDB

Path to the file/database which contains the targets for oxidized.

Declarations
Type
path
Example
pkgs.writeText "oxidized-router.db" ''
  hostname-sw1:powerconnect:username1:password2
  hostname-sw2:procurve:username2:password2
  # ... additional hosts
''