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:
parent
3d469dcb68
commit
46a3a7b9a2
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ let
|
||||||
nixosRules = ''
|
nixosRules = ''
|
||||||
# Miscellaneous devices.
|
# Miscellaneous devices.
|
||||||
KERNEL=="kvm", MODE="0666"
|
KERNEL=="kvm", MODE="0666"
|
||||||
KERNEL=="kqemu", MODE="0666"
|
|
||||||
|
|
||||||
# Needed for gpm.
|
# Needed for gpm.
|
||||||
SUBSYSTEM=="input", KERNEL=="mice", TAG+="systemd"
|
SUBSYSTEM=="input", KERNEL=="mice", TAG+="systemd"
|
||||||
|
|
Loading…
Reference in a new issue