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