3
0
Fork 0
forked from mirrors/nixpkgs

nixos/bitlbee: don't assign list to users.groups

Warns about loaOf deprecation warning.
This commit is contained in:
Alyssa Ross 2020-01-27 00:24:48 +00:00
parent 25ad544b3d
commit e99ec699a4

View file

@ -168,8 +168,7 @@ in
createHome = true;
};
users.groups = singleton {
name = "bitlbee";
users.groups.bitlbee = {
gid = config.ids.gids.bitlbee;
};