mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Revert "nixis/uinput: use a fixed GID for the uinput group"
This reverts commit 70119aa60f
.
This commit is contained in:
parent
d3c42f1871
commit
55e8064b0b
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
boot.kernelModules = [ "uinput" ];
|
||||
|
||||
users.groups.uinput.gid = config.ids.gids.uinput;
|
||||
users.groups.uinput = { };
|
||||
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEM=="misc", KERNEL=="uinput", MODE="0660", GROUP="uinput", OPTIONS+="static_node=uinput"
|
||||
|
|
|
@ -683,7 +683,6 @@ in
|
|||
rstudio-server = 324;
|
||||
localtimed = 325;
|
||||
automatic-timezoned = 326;
|
||||
uinput = 327;
|
||||
whisparr = 328;
|
||||
|
||||
# When adding a gid, make sure it doesn't match an existing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue