nixos: add 'firebird' group

The firebird module complains without missing 'firebird' group, add it.
This commit is contained in:
Marc Weber
2014-07-08 00:00:33 +02:00
committed by Bjørn Forsman
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;
};
}