fix: ensure that prometheus listens only on 127.0.0.1
This commit is contained in:
@@ -11,6 +11,7 @@ in {
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
port = 9001;
|
||||
listenAddress = "127.0.0.1";
|
||||
exporters = {
|
||||
node = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user