From cd959a1f883446b6d847025bf69de20c85e33b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 18 Sep 2022 01:26:40 +0200 Subject: [PATCH] Typo --- nix/nixos-module/container/dnscache.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/container/dnscache.nix b/nix/nixos-module/container/dnscache.nix index 033bf87..9d8c076 100644 --- a/nix/nixos-module/container/dnscache.nix +++ b/nix/nixos-module/container/dnscache.nix @@ -12,7 +12,7 @@ lib.mkIf config.site.hosts.${hostName}.services.dnscache.enable { num-threads = 4; verbosity = 1; prefetch = true; - prefetch-keys = true; + prefetch-key = true; serve-expired = true; cache-min-ttl = 60; cache-max-ttl = 3600;