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