nixos/kresd: don't explicitly set group id (#413360)

This commit is contained in:
Vladimír Čunát 2025-07-22 13:49:15 +02:00
commit 998f38e992
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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