mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +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;
|
||||
enabledCollectors = [ "systemd" ];
|
||||
port = 9002;
|
||||
listenAddress = "127.0.0.1";
|
||||
};
|
||||
};
|
||||
scrapeConfigs = [
|
||||
|
|
Loading…
Reference in a new issue