Revert "nixis/uinput: use a fixed GID for the uinput group"
This reverts commit 70119aa60f.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user