workstation | set io scheduler to none
This commit is contained in:
parent
3829c7ecdb
commit
90510ee29f
1 changed files with 5 additions and 5 deletions
|
|
@ -98,11 +98,11 @@ in
|
|||
};
|
||||
|
||||
services = {
|
||||
#udev = {
|
||||
#extraRules = ''
|
||||
#KERNEL=="card0", SUBSYSTEM=="drm", RUN+=""${pkgs.kanshi-fix}"/bin/kanshi-fix"
|
||||
#'';
|
||||
#};
|
||||
udev = {
|
||||
extraRules = ''
|
||||
ACTION=="add|change", KERNEL=="sd[a-z]*[0-9]*|mmcblk[0-9]*p[0-9]*|nvme[0-9]*n[0-9]*p[0-9]*", ENV{ID_FS_TYPE}=="ext4", ATTR{../queue/scheduler}="none"
|
||||
'';
|
||||
};
|
||||
pcscd = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue