remove scheduler, didn't notice a difference
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
./modules/hardware/nvidia.nix
|
||||
./modules/hardware/ssd.nix
|
||||
./modules/hardware/firmware.nix
|
||||
#./modules/hardware/scheduler.nix
|
||||
# use latest kernel
|
||||
./modules/kernel.nix
|
||||
./modules/nix/settings.nix
|
||||
|
||||
7
modules/hardware/scheduler.nix
Normal file
7
modules/hardware/scheduler.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
services.system76-scheduler = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
hardware.system76.enableAll = true;
|
||||
}
|
||||
Reference in New Issue
Block a user