prometheus-node-exporter service: delete dead code
This commit is contained in:
parent
ce301ef21a
commit
a26b6c4290
|
@ -4,9 +4,6 @@ with lib;
|
|||
|
||||
let
|
||||
cfg = config.services.prometheus.nodeExporter;
|
||||
cmdlineArgs = cfg.extraFlags ++ [
|
||||
"-web.listen-address=${cfg.listenAddress}"
|
||||
];
|
||||
in {
|
||||
options = {
|
||||
services.prometheus.nodeExporter = {
|
||||
|
|
Loading…
Reference in New Issue