kirk's governor set to schedutil

This commit is contained in:
Andrea Ciceri 2024-01-10 12:29:19 +01:00
parent b7a6f9807b
commit b0cadb65ed
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -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 = {