From c23c2c50ded3e1dd3e7e30ba4f29142c84d0aca3 Mon Sep 17 00:00:00 2001 From: florianjacob Date: Mon, 20 Feb 2017 06:13:48 +0100 Subject: [PATCH] munin service: listen on IPv6 loopback as well (#23012) munin service: listen on IPv6 loopback as well --- nixos/modules/services/monitoring/munin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/monitoring/munin.nix b/nixos/modules/services/monitoring/munin.nix index 6d2ce5383687..364f18e7543d 100644 --- a/nixos/modules/services/monitoring/munin.nix +++ b/nixos/modules/services/monitoring/munin.nix @@ -76,6 +76,7 @@ let # wrapped plugins by makeWrapper being with dots ignore_file ^\. + allow ^::1$ allow ^127\.0\.0\.1$ ${nodeCfg.extraConfig}