mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-08 00:51:23 +00:00
fix: ensure that node-exporter listens on 127.0.0.1
This commit is contained in:
parent
bf8ee7705a
commit
7cb625ba0c
|
@ -17,6 +17,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
enabledCollectors = [ "systemd" ];
|
enabledCollectors = [ "systemd" ];
|
||||||
port = 9002;
|
port = 9002;
|
||||||
|
listenAddress = "127.0.0.1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
scrapeConfigs = [
|
scrapeConfigs = [
|
||||||
|
|
Loading…
Reference in a new issue