fix: correct hyperhive.user.gid description — gid works independently of uid
This commit is contained in:
parent
0d5f7e00b6
commit
3f7f24dd0b
1 changed files with 3 additions and 4 deletions
|
|
@ -164,10 +164,9 @@ in
|
||||||
example = 1100;
|
example = 1100;
|
||||||
description = ''
|
description = ''
|
||||||
Optional fixed GID for the per-agent unix group. `null` (default)
|
Optional fixed GID for the per-agent unix group. `null` (default)
|
||||||
lets NixOS auto-assign. When `uid` is set, setting `gid` to the
|
lets NixOS auto-assign. Usually set alongside `hyperhive.user.uid`
|
||||||
same value keeps uid == gid (the conventional Unix pattern for
|
to the same value (the conventional Unix pattern for per-user
|
||||||
per-user groups). Has no effect unless also setting
|
groups where uid == gid), but can be set independently.
|
||||||
`hyperhive.user.uid`.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue