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"
|
"wireguard-client"
|
||||||
"restic"
|
"restic"
|
||||||
"greetd"
|
"greetd"
|
||||||
|
"syncthing"
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
./disko.nix
|
./disko.nix
|
||||||
|
@ -82,7 +83,7 @@
|
||||||
networking.hostId = "3a7683ae";
|
networking.hostId = "3a7683ae";
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
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.enableRedistributableFirmware = lib.mkDefault true;
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue