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 08:48:29 +02:00
parent 169cd512d4
commit 56ad0a49c8
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -217,6 +217,7 @@ in {
home = "${dataDir}";
createHome = true;
isSystemUser = true;
group = "dnscrypt-wrapper";
};
users.groups.dnscrypt-wrapper = { };