mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 11:41:26 +00:00
fix: ensure that prometheus listens only on 127.0.0.1
This commit is contained in:
parent
26c9fd5f6e
commit
bf8ee7705a
|
@ -11,6 +11,7 @@ in {
|
|||
services.prometheus = {
|
||||
enable = true;
|
||||
port = 9001;
|
||||
listenAddress = "127.0.0.1";
|
||||
exporters = {
|
||||
node = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue