kirk
's governor set to schedutil
This commit is contained in:
parent
b7a6f9807b
commit
b0cadb65ed
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
"wireguard-client"
|
||||
"restic"
|
||||
"greetd"
|
||||
"syncthing"
|
||||
]
|
||||
++ [
|
||||
./disko.nix
|
||||
|
@ -82,7 +83,7 @@
|
|||
networking.hostId = "3a7683ae";
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; # or ondemand?
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "schedutil";
|
||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||
|
||||
hardware.opengl = {
|
||||
|
|
Loading…
Add table
Reference in a new issue