MyNixOS website logo
option

services.nscd.package

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

Declarations
Type
package
Default
if pkgs.stdenv.hostPlatform.libc == "glibc"
  then pkgs.stdenv.cc.libc.bin
  else pkgs.glibc.bin;