mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Trying bfq scheduler
This commit is contained in:
parent
be4639509d
commit
33f3d14cbf
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@
|
||||||
hardware.amdgpu.opencl.enable = true;
|
hardware.amdgpu.opencl.enable = true;
|
||||||
hardware.amdgpu.amdvlk.enable = true;
|
hardware.amdgpu.amdvlk.enable = true;
|
||||||
|
|
||||||
|
# makes disk io not freeze the computer
|
||||||
|
services.udev.extraRules = ''
|
||||||
|
ACTION=="add|change", SUBSYSTEM=="block", ENV{ID_SERIAL_SHORT}=="BTKA121225GP512A", ATTR{queue/scheduler}="bfq"
|
||||||
|
'';
|
||||||
|
|
||||||
systemd.tmpfiles.rules =
|
systemd.tmpfiles.rules =
|
||||||
let
|
let
|
||||||
rocmEnv = pkgs.symlinkJoin {
|
rocmEnv = pkgs.symlinkJoin {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue