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 4 years ago 56ad0a49 169cd512
··· 217 217 home = "${dataDir}"; 218 218 createHome = true; 219 219 isSystemUser = true; 220 220 + group = "dnscrypt-wrapper"; 220 221 }; 221 222 users.groups.dnscrypt-wrapper = { }; 222 223