about summary refs log tree commit diff
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
parente71241793671c11498c388bde8a3de2d89fde25e (diff)
downloadnixlib-99d32799520366422b169438cd990fb133d847d4.tar
nixlib-99d32799520366422b169438cd990fb133d847d4.tar.gz
nixlib-99d32799520366422b169438cd990fb133d847d4.tar.bz2
nixlib-99d32799520366422b169438cd990fb133d847d4.tar.lz
nixlib-99d32799520366422b169438cd990fb133d847d4.tar.xz
nixlib-99d32799520366422b169438cd990fb133d847d4.tar.zst
nixlib-99d32799520366422b169438cd990fb133d847d4.zip
nixos/nscd: Disable negative caching of hosts
Hopefully fixes #50290
-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 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