services.nscd.package

NixOS option

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 in: nixos/modules/services/system/nscd.nixView source on NixOS/nixpkgs →