tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/kresd: don't explicitly set group id (#413360)
Vladimír Čunát
8 months ago
998f38e9
fcf647a8
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
networking
kresd.nix
+1
-1
nixos/modules/services/networking/kresd.nix
···
161
161
group = "knot-resolver";
162
162
description = "Knot-resolver daemon user";
163
163
};
164
164
-
users.groups.knot-resolver.gid = null;
164
164
+
users.groups.knot-resolver = { };
165
165
166
166
systemd.packages = [ cfg.package ]; # the units are patched inside the package a bit
167
167