fix: correct hyperhive.user.gid description — gid works independently of uid

This commit is contained in:
atlas 2026-06-03 22:34:06 +02:00 committed by mara
commit 3f7f24dd0b

View file

@ -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.
'';
};