mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 03:53:56 +00:00
30c36b4706
`boot.initrd.systemd.emergencyAccess` expects passwd(5) formatted strings, hence `singleLineStr` is too broad. Use the same type as `users.users.*.hashedPassword` to ensure consistency across all options where password hashes are used. From `modules/config/users-groups.nix`: ``` hashedPassword = mkOption { type = with types; nullOr (passwdEntry str); ... }; ``` |
||
---|---|---|
.. | ||
doc | ||
lib | ||
maintainers | ||
modules | ||
tests | ||
COPYING | ||
default.nix | ||
README | ||
release-combined.nix | ||
release-small.nix | ||
release.nix |
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at https://nixos.org/nixos and in the manual in doc/manual.