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.
This commit is contained in:
rnhmjoj
2021-09-22 11:20:24 +02:00
parent 169cd512d4
commit 56ad0a49c8
@@ -217,6 +217,7 @@ in {
home = "${dataDir}";
createHome = true;
isSystemUser = true;
group = "dnscrypt-wrapper";
};
users.groups.dnscrypt-wrapper = { };