services: monitoring: only listen on localhost
This commit is contained in:
parent
e7219ae988
commit
2b59116b8d
|
@ -57,6 +57,7 @@ in {
|
|||
enable = true;
|
||||
enabledCollectors = [ "systemd" ];
|
||||
port = 9100;
|
||||
listenAddress = "127.0.0.1";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue