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:
parent
169cd512d4
commit
56ad0a49c8
@ -217,6 +217,7 @@ in {
|
||||
home = "${dataDir}";
|
||||
createHome = true;
|
||||
isSystemUser = true;
|
||||
group = "dnscrypt-wrapper";
|
||||
};
|
||||
users.groups.dnscrypt-wrapper = { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user