nixos/nscd: also add netgroup to the config
It was the last database that wasn't listed.
This commit is contained in:
parent
de76c16f9c
commit
a74619c1ae
@ -19,6 +19,14 @@ check-files group yes
|
|||||||
persistent group no
|
persistent group no
|
||||||
shared group yes
|
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
|
enable-cache hosts yes
|
||||||
positive-time-to-live hosts 600
|
positive-time-to-live hosts 600
|
||||||
negative-time-to-live hosts 0
|
negative-time-to-live hosts 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user