lol

nixos/kanidm: allow unixd-tasks to read /etc/{passwd/group/shadow}

This seems needed to allow map_group to work

fixes
process_etc_passwd_group [ 107µs | 100.00% ]
┕━ 🚨 [error]: | err: Os { code: 2, kind: NotFound, message: "No such file or directory" }

+3
+3
nixos/modules/services/security/kanidm.nix
··· 996 996 "-/etc/resolv.conf" 997 997 "-/etc/nsswitch.conf" 998 998 "-/etc/hosts" 999 + "-/etc/passwd" 1000 + "-/etc/group" 1001 + "-/etc/shadow" 999 1002 "-/etc/localtime" 1000 1003 "-/etc/kanidm" 1001 1004 "-/etc/static/kanidm"