Default to mq-deadline io scheduler
This commit is contained in:
parent
df867e2e0f
commit
9281372beb
2 changed files with 9 additions and 1 deletions
|
@ -2,7 +2,14 @@
|
|||
{
|
||||
services = {
|
||||
fwupd.enable = true;
|
||||
tlp.enable = true;
|
||||
|
||||
tlp = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
DISK_IOSCHED="mq-deadline"
|
||||
'';
|
||||
};
|
||||
|
||||
fstrim.enable = true;
|
||||
clipmenu.enable = true;
|
||||
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
permittedInsecurePackages = [
|
||||
"webkitgtk-2.4.11"
|
||||
];
|
||||
allowUnfree = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue