feat: nb performance tweaks
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"amdgpu.dc=1"
|
||||
"snd_hda_intel.power_save=1"
|
||||
"transparent_hugepage=madvise"
|
||||
"pcie_aspm=force"
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
@@ -102,4 +103,9 @@
|
||||
libva-utils
|
||||
];
|
||||
};
|
||||
|
||||
# Optimal I/O scheduler for NVMe SSDs
|
||||
services.udev.extraRules = ''
|
||||
ACTION=="add|change", KERNEL=="nvme[0-9]*", ATTR{queue/scheduler}="none"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user