aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/services/system
diff options
context:
space:
mode:
authorArian van Putten <aeroboy94@gmail.com>2018-11-14 12:19:58 +0100
committerArian van Putten <aeroboy94@gmail.com>2018-12-12 15:35:40 +0100
commit99d32799520366422b169438cd990fb133d847d4 (patch)
tree96dba6cf97ae62cdd547ca482fb3cec2bf36d729 /nixos/modules/services/system
parente71241793671c11498c388bde8a3de2d89fde25e (diff)
nixos/nscd: Disable negative caching of hosts
Hopefully fixes #50290
Diffstat (limited to 'nixos/modules/services/system')
-rw-r--r--nixos/modules/services/system/nscd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/system/nscd.conf b/nixos/modules/services/system/nscd.conf
index 27599a08e7e..e860e153965 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