JunOS exporter configuration as nix attribute set. Mutually exclusive with the configurationFile
option.
Declarations
Type
null or (attribute set)
Default
null
Example
{
devices = [
{
host = "router1";
key_file = "/path/to/key";
}
];
}