nixos/bitlbee: don't assign list to users.groups
Warns about loaOf deprecation warning.
This commit is contained in:
parent
25ad544b3d
commit
e99ec699a4
@ -168,8 +168,7 @@ in
|
||||
createHome = true;
|
||||
};
|
||||
|
||||
users.groups = singleton {
|
||||
name = "bitlbee";
|
||||
users.groups.bitlbee = {
|
||||
gid = config.ids.gids.bitlbee;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user