nixos/polkit: put polkituser into polkitgroup
This commit is contained in:
parent
0839cf1d45
commit
b5f5a5e341
1 changed files with 2 additions and 0 deletions
|
@ -96,8 +96,10 @@ in
|
|||
users.users.polkituser = {
|
||||
description = "PolKit daemon";
|
||||
uid = config.ids.uids.polkituser;
|
||||
group = "polkituser";
|
||||
};
|
||||
|
||||
users.groups.polkituser = {};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue