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: 3734ac91602a
Choose a base ref
...
head repository: NixOS/nixpkgs
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
    Copy the full SHA
    a6ed7d4 View commit details
    Browse the repository at this point in the history
  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
    Copy the full SHA
    900ae97 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    751c2ed View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    99899e2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c37347a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Merge pull request #91238 from rnhmjoj/users

    nixos/users-groups: do not check validity of special hashes
    rnhmjoj committed Jul 7, 2020
    Copy the full SHA
    01c4a38 View commit details
    Browse the repository at this point in the history