summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2022-06-25 16:05:53 +0400
committerKlemens Nanni <klemens@posteo.de>2022-06-25 16:34:49 +0400
commit30c36b47062f5cab53da07d9ed4ff1bd2b98ce36 (patch)
tree4abf150c5bb07cc78ab6bc370192d25745166965 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parent574a90771f3c0eeeeab798c38fea5f7bf6b44066 (diff)
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); ... }; ```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions