system: add udev rule for numen

This commit is contained in:
Donovan Glover
2024-12-04 20:30:56 -05:00
parent ff23722550
commit 6de52cc0c6

View File

@@ -167,6 +167,7 @@ in
"dialout" "dialout"
"feedbackd" "feedbackd"
"video" "video"
"input"
]; ];
}; };
}; };
@@ -264,6 +265,10 @@ in
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
}; };
}; };
udev.extraRules = ''
KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
'';
}; };
environment = { environment = {