about summary refs log tree commit diff
path: root/etc/udev/rules.d/60-bfq.rules
blob: 5565b93b4e814300a46bc728ff7038cfc4ba86c6 (plain) (blame)
1
2
3
ACTION=="add|change", KERNEL=="nvme[0-9]n[0-9]", ATTR{queue/scheduler}="none"
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="bfq"
ACTION=="add|change", KERNEL=="sd[a-z]|mmcblk[0-9]*", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="bfq"

Consider giving Nix/NixOS a try! <3