nixpkgs/nixos/modules
Klemens Nanni 30c36b4706 nixos/systemd-stage-1: use types.passwdEntry in emergencyAccess
`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);
       ...
       };
```
2022-06-25 16:34:49 +04:00
..
config lib.types, nixos/users: Make passwdEntry available 2022-06-25 16:34:47 +04:00
hardware Merge pull request #178200 from lopsided98/device-tree-preprocessor 2022-06-19 11:13:54 +02:00
i18n/input-method Merge pull request #174218 from NickCao/fcitx5-qt6 2022-06-11 16:20:20 +00:00
installer Merge pull request #177672 from hercules-ci/nixos-generate-config-add-nixpkgs.system 2022-06-23 12:18:20 -04:00
misc nixos/nixpkgs.nix: Ignore the default system in check 2022-06-25 10:40:41 +02:00
profiles nixos/i18n: don't build all supportedLocales by default 2022-06-11 23:29:29 +02:00
programs {nixos/,}clickshare-csc1: remove (prepare Qt4 removal) 2022-06-18 11:47:08 +02:00
security Revert "nixos/security/wrappers: use an assertion for the existence check" 2022-06-12 15:38:05 -05:00
services Merge pull request #167907 from Misterio77/argonone-module 2022-06-25 10:48:22 +01:00
system nixos/systemd-stage-1: use types.passwdEntry in emergencyAccess 2022-06-25 16:34:49 +04:00
tasks nixos/networkd: add IPv6PrivacyExtensions=kernel for default networks 2022-06-21 17:12:01 +02:00
testing nixos/version: Warn about using the default of system.stateVersion 2022-05-05 12:22:31 +02:00
virtualisation Merge pull request #176146 from pennae/module-docs-markdown 2022-06-21 13:16:02 +02:00
module-list.nix Merge pull request #167907 from Misterio77/argonone-module 2022-06-25 10:48:22 +01:00
rename.nix nixos/ssmtp: drop module 2022-04-17 00:44:50 +02:00