From a74619c1ae5348a5b7cd0dc3b6ca6e0166086098 Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Fri, 16 Nov 2018 15:08:01 +0100 Subject: [PATCH] nixos/nscd: also add netgroup to the config It was the last database that wasn't listed. --- nixos/modules/services/system/nscd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nixos/modules/services/system/nscd.conf b/nixos/modules/services/system/nscd.conf index 304be0942dc..ce583816e15 100644 --- a/nixos/modules/services/system/nscd.conf +++ b/nixos/modules/services/system/nscd.conf @@ -19,6 +19,14 @@ check-files group yes persistent group no shared group yes +enable-cache netgroup yes +positive-time-to-live netgroup 0 +negative-time-to-live netgroup 0 +suggested-size netgroup 211 +check-files netgroup yes +persistent netgroup no +shared netgroup yes + enable-cache hosts yes positive-time-to-live hosts 600 negative-time-to-live hosts 0