nixos/dnscrypt-wrapper: fix nogroup

The group was actually there but I didn't add it by mistake.
This fixes the evaluation after for #133166.

rnhmjoj 56ad0a49 169cd512

Changed files
+1
nixos
modules
services
+1
nixos/modules/services/networking/dnscrypt-wrapper.nix
···
home = "${dataDir}";
createHome = true;
isSystemUser = true;
+
group = "dnscrypt-wrapper";
};
users.groups.dnscrypt-wrapper = { };