services.nscd.package

package containing the nscd binary to be used by the service. Ignored when enableNsncd is set to true.

Type
package
Default
if pkgs.stdenv.hostPlatform.libc == "glibc"
  then pkgs.stdenv.cc.libc.bin
  else pkgs.glibc.bin;
Declared
<nixpkgs/nixos/modules/services/system/nscd.nix>