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;
|
createHome = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups = singleton {
|
users.groups.bitlbee = {
|
||||||
name = "bitlbee";
|
|
||||||
gid = config.ids.gids.bitlbee;
|
gid = config.ids.gids.bitlbee;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user