services: monitoring: only listen on localhost

This commit is contained in:
Antoine Martin 2021-07-13 14:17:34 +02:00
parent e7219ae988
commit 2b59116b8d

View file

@ -57,6 +57,7 @@ in {
enable = true; enable = true;
enabledCollectors = [ "systemd" ]; enabledCollectors = [ "systemd" ];
port = 9100; port = 9100;
listenAddress = "127.0.0.1";
}; };
}; };