host: Remove udev rules

This commit is contained in:
PapaTutuWawa 2021-09-03 22:42:33 +02:00
parent 7068dd80fd
commit 6d301e3aa7

View File

@ -82,16 +82,6 @@ in mkHost config {
services = {
ratbagd.enable = true;
flatpak.enable = true;
# TODO: Move to hardware/ and the respective custom package
udev.extraRules = ''
KERNEL=="uinput", GROUP="input"
# This rule allows the input group to access /dev/uinput device to create virtual input devices
KERNEL=="uinput", SUBSYSTEM=="misc", GROUP="input", MODE="660"
# Create rules for your virtual devices to get persistent names
KERNEL=="event*", SUBSYSTEM=="input", ATTRS{name}=="EvdevProxy*", SYMLINK+="input/by-id/virtual-event-$attr{name}"
'';
};
security = {