Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 0ffc85d64b08
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4a85559ffcbe
Choose a head ref
  • 12 commits
  • 7 files changed
  • 1 contributor

Commits on May 11, 2020

  1. nixos/sssd: add to system.nssDatabases.group too

    nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd`
    and `group`, but when moving this into the sss module in
    edddc7c, it didn't get split
    appropriately.
    flokli committed May 11, 2020
    Copy the full SHA
    ecf327d View commit details
    Browse the repository at this point in the history
  2. nixos/google-oslogin: add to system.nssDatabases.group too

    nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd`
    and `group`, but when moving this into the google-oslogin module in
    4b71b6f, it didn't get split
    appropriately.
    flokli committed May 11, 2020
    Copy the full SHA
    2297508 View commit details
    Browse the repository at this point in the history
  3. nixos/systemd: add to system.nssDatabases.group too

    nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd`
    and `group`, but when moving this into the systemd module in
    c0995d2, it didn't get split
    appropriately.
    flokli committed May 11, 2020
    Copy the full SHA
    36b6e26 View commit details
    Browse the repository at this point in the history
  4. nixos/ldap: move nss database configuration into ldap module

    now that passwdArray and shadowArray aren't used anymore, these can be
    folded.
    flokli committed May 11, 2020
    Copy the full SHA
    4f9c8ef View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fd21793 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1fb6c37 View commit details
    Browse the repository at this point in the history
  7. nixos/sssd: drop assertion

    This is now already triggered by the nsswitch module, as we set
    system.nssModules.
    flokli committed May 11, 2020
    Copy the full SHA
    0f6f544 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1df38e2 View commit details
    Browse the repository at this point in the history
  9. nixos/systemd: enable systemd-provided nss modules unconditionally

    A disabled nscd breaks nss module loading on NixOS, and systemd without
    its nss modules doesn't really work either - instead of silently
    disabling its nss modules if nscd is disabled, let the assertion in
    nsswitch handle this.
    flokli committed May 11, 2020
    Copy the full SHA
    4a69bf2 View commit details
    Browse the repository at this point in the history
  10. nixos/sssd remove redundant condition

    This is all inside a global cfg.enable conditional, so we don't need to
    check here again.
    flokli committed May 11, 2020
    2
    Copy the full SHA
    90bc3ec View commit details
    Browse the repository at this point in the history
  11. nixos/nsswitch: improve error message

    Show the config option triggering the assertion, so people don't
    necessary lookup the nixpkgs source code.
    flokli committed May 11, 2020
    Copy the full SHA
    23ba506 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Merge pull request #87016 from flokli/nsswitch-cleanup

    nixos/nsswitch cleanup nss modules
    flokli committed May 14, 2020
    Copy the full SHA
    4a85559 View commit details
    Browse the repository at this point in the history