nixos: permit dnscrypt-proxy service to read basic user/group info

If nscd is not running, dnscrypt-proxy crashes without read access
to /etc/{password,group,nsswitch.conf}.

+4
+4
nixos/modules/services/networking/dnscrypt-proxy.nix
··· 104 104 /dev/null rw, 105 105 /dev/urandom r, 106 106 107 + /etc/passwd r, 108 + /etc/group r, 109 + ${config.environment.etc."nsswitch.conf".source} r, 110 + 107 111 ${pkgs.glibc}/lib/*.so mr, 108 112 ${pkgs.tzdata}/share/zoneinfo/** r, 109 113