0
0
Fork 0
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:
Marc Weber 2014-07-04 13:48:26 +02:00 committed by Bjørn Forsman
parent 233825760c
commit 672adc126e
2 changed files with 3 additions and 0 deletions

View file

@ -159,5 +159,7 @@ in
uid = config.ids.uids.firebird;
};
users.extraGroups.firebird.gid = config.ids.gids.firebird;
};
}