mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos: add 'firebird' group
The firebird module complains without missing 'firebird' group, add it.
This commit is contained in:
parent
233825760c
commit
672adc126e
2 changed files with 3 additions and 0 deletions
|
@ -159,5 +159,7 @@ in
|
|||
uid = config.ids.uids.firebird;
|
||||
};
|
||||
|
||||
users.extraGroups.firebird.gid = config.ids.gids.firebird;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue