Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/nscd: use nsncd by default #214153

Merged
merged 1 commit into from
Feb 2, 2023
Merged

Commits on Feb 2, 2023

  1. nixos/nscd: use nsncd by default

    As announced in the NixOS 22.11 release notes, 23.05 will switch NixOS
    to using nsncd (a non-caching reimplementation in Rust) as NSS lookup
    dispatcher, instead of the buggy and deprecated glibc-provided nscd.
    
    If you need to switch back, set `services.nscd.enableNsncd = false`, but
    please open an issue in nixpkgs so your issue can be fixed.
    flokli committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fbfe290 View commit details
    Browse the repository at this point in the history