nixos/kresd: don't explicitly set group id (#413360)
This commit is contained in:
commit
998f38e992
@ -161,7 +161,7 @@ in
|
|||||||
group = "knot-resolver";
|
group = "knot-resolver";
|
||||||
description = "Knot-resolver daemon user";
|
description = "Knot-resolver daemon user";
|
||||||
};
|
};
|
||||||
users.groups.knot-resolver.gid = null;
|
users.groups.knot-resolver = { };
|
||||||
|
|
||||||
systemd.packages = [ cfg.package ]; # the units are patched inside the package a bit
|
systemd.packages = [ cfg.package ]; # the units are patched inside the package a bit
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user