From 99d32799520366422b169438cd990fb133d847d4 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Wed, 14 Nov 2018 12:19:58 +0100 Subject: nixos/nscd: Disable negative caching of hosts Hopefully fixes #50290 --- nixos/modules/services/system/nscd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/system/nscd.conf b/nixos/modules/services/system/nscd.conf index 27599a08e7e9..e860e153965a 100644 --- a/nixos/modules/services/system/nscd.conf +++ b/nixos/modules/services/system/nscd.conf @@ -21,7 +21,7 @@ shared group yes enable-cache hosts yes positive-time-to-live hosts 600 -negative-time-to-live hosts 5 +negative-time-to-live hosts 0 suggested-size hosts 211 check-files hosts yes persistent hosts no -- cgit 1.4.1