From 676d847ab3e8cf42716c7081f656015e978d61b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 16 Sep 2024 10:57:04 +0300 Subject: [PATCH] ping exporter: disable ipv6 --- hosts/fwminex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 963c6e5..d125882 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -345,6 +345,7 @@ in exporters.ping = { enable = true; settings = { + settings.disableIPv6 = true; ping = { interval = "1s"; timeout = "5s";