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: 986ff168c7da
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5a0e9e63c71b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 4, 2020

  1. nixos/pam: mount encrypted home earlier

    This patch was done by curro:
    
    The generated /etc/pam.d/* service files invoke the pam_systemd.so
    session module before pam_mount.so, if both are enabled (e.g. via
    security.pam.services.foo.startSession and
    security.pam.services.foo.pamMount respectively).
    
    This doesn't work in the most common scenario where the user's home
    directory is stored in a pam-mounted encrypted volume (because systemd
    will fail to access the user's systemd configuration).
    peterhoeg committed Jun 4, 2020
    Copy the full SHA
    66e040e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Merge pull request #89457 from NixOS/f/pam_ordering

    nixos/pam: mount encrypted home earlier
    peterhoeg committed Jun 10, 2020
    Copy the full SHA
    5a0e9e6 View commit details
    Browse the repository at this point in the history