fix: ensure that prometheus listens only on 127.0.0.1

This commit is contained in:
nhnn 2024-06-17 21:42:49 +03:00 committed by Inex Code
parent 26c9fd5f6e
commit bf8ee7705a

View file

@ -11,6 +11,7 @@ in {
services.prometheus = {
enable = true;
port = 9001;
listenAddress = "127.0.0.1";
exporters = {
node = {
enable = true;