nixos/udev: remove rule for kqemu

kqemu was removed from Nixpkgs in 2013 in 181dc4032d ("Remove the old
KQEMU accelerator module"), so it should be safe to drop this rule
now.
This commit is contained in:
Alyssa Ross 2022-04-09 23:37:18 +00:00
parent 3d469dcb68
commit 46a3a7b9a2

View file

@ -23,7 +23,6 @@ let
nixosRules = ''
# Miscellaneous devices.
KERNEL=="kvm", MODE="0666"
KERNEL=="kqemu", MODE="0666"
# Needed for gpm.
SUBSYSTEM=="input", KERNEL=="mice", TAG+="systemd"