From 2b59116b8d5b5e8f70ccca41e6ece17c0eee08f8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 13 Jul 2021 14:17:34 +0200 Subject: [PATCH] services: monitoring: only listen on localhost --- services/monitoring.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/monitoring.nix b/services/monitoring.nix index 23b1309..6583294 100644 --- a/services/monitoring.nix +++ b/services/monitoring.nix @@ -57,6 +57,7 @@ in { enable = true; enabledCollectors = [ "systemd" ]; port = 9100; + listenAddress = "127.0.0.1"; }; };