From 6d301e3aa78421cc81febe187037a3ef567cbe13 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 3 Sep 2021 22:42:33 +0200 Subject: [PATCH] host: Remove udev rules --- hosts/miku.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hosts/miku.nix b/hosts/miku.nix index a83f2d5..feaf4c4 100644 --- a/hosts/miku.nix +++ b/hosts/miku.nix @@ -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 = {