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 = {
|
services = {
|
||||||
#udev = {
|
udev = {
|
||||||
#extraRules = ''
|
extraRules = ''
|
||||||
#KERNEL=="card0", SUBSYSTEM=="drm", RUN+=""${pkgs.kanshi-fix}"/bin/kanshi-fix"
|
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 = {
|
pcscd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue