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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3734ac91602a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 01c4a388ee49
Choose a head ref
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 4, 2020

  1. nixos/users-groups: remove ancient security.initialRootPassword option

    This option has been deprecated for a long time because is redundant
    (users.users.root.initialHashedPassword exists).
    Moreover, being of type string, it required to handle the special value
    "!" separately, instead of using just `null`.
    rnhmjoj committed Jul 4, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    pquentin Quentin Pradet
    Copy the full SHA
    a6ed7d4 View commit details
  2. nixos/users-groups: clearly document special hash values

    This explanation was contained in the description of
    security.initialRootPassword but got lost when it was deprecated
    a long ago (f496c3c) and removed.
    rnhmjoj committed Jul 4, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    900ae97 View commit details
  3. Copy the full SHA
    751c2ed View commit details
  4. Copy the full SHA
    99899e2 View commit details
  5. Copy the full SHA
    c37347a View commit details

Commits on Jul 7, 2020

  1. Merge pull request #91238 from rnhmjoj/users

    nixos/users-groups: do not check validity of special hashes
    rnhmjoj authored Jul 7, 2020
    Copy the full SHA
    01c4a38 View commit details
Loading