mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
Merge pull request #1059 from emilazy/push-oooqqvvowrxt
users: allow arbitrary group IDs
This commit is contained in:
commit
a55b3f1ab4
1 changed files with 1 additions and 4 deletions
|
@ -13,10 +13,7 @@ with lib;
|
|||
};
|
||||
|
||||
gid = mkOption {
|
||||
type = mkOptionType {
|
||||
name = "gid";
|
||||
check = t: isInt t && t > 501;
|
||||
};
|
||||
type = types.int;
|
||||
description = "The group's GID.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue