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" }
This commit is contained in:
Marcus Ramberg
2025-09-20 19:04:04 +02:00
parent 495051f653
commit 3a8dc6fe7a
@@ -996,6 +996,9 @@ in
"-/etc/resolv.conf"
"-/etc/nsswitch.conf"
"-/etc/hosts"
"-/etc/passwd"
"-/etc/group"
"-/etc/shadow"
"-/etc/localtime"
"-/etc/kanidm"
"-/etc/static/kanidm"