From 3f7f24dd0b4cf6a3a0ae0011f5158c49fce2ac4e Mon Sep 17 00:00:00 2001 From: atlas Date: Wed, 3 Jun 2026 22:34:06 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20hyperhive.user.gid=20descripti?= =?UTF-8?q?on=20=E2=80=94=20gid=20works=20independently=20of=20uid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/templates/harness-base.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nix/templates/harness-base.nix b/nix/templates/harness-base.nix index b6b62f48..1dc89c8d 100644 --- a/nix/templates/harness-base.nix +++ b/nix/templates/harness-base.nix @@ -164,10 +164,9 @@ in example = 1100; description = '' Optional fixed GID for the per-agent unix group. `null` (default) - lets NixOS auto-assign. When `uid` is set, setting `gid` to the - same value keeps uid == gid (the conventional Unix pattern for - per-user groups). Has no effect unless also setting - `hyperhive.user.uid`. + lets NixOS auto-assign. Usually set alongside `hyperhive.user.uid` + to the same value (the conventional Unix pattern for per-user + groups where uid == gid), but can be set independently. ''; };