shinobu/snmp-exporter: Fix evaluation
This commit is contained in:
parent
9fbe5311c7
commit
043c367b19
|
@ -9,5 +9,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddress = config.sbruder.wireguard.home.address;
|
listenAddress = config.sbruder.wireguard.home.address;
|
||||||
configurationPath = "${pkgs.prometheus-snmp-exporter.src}/snmp.yml";
|
configurationPath = "${pkgs.prometheus-snmp-exporter.src}/snmp.yml";
|
||||||
|
enableConfigCheck = false; # otherwise module fails to evaluate
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue