aboutsummaryrefslogtreecommitdiff
path: root/hosts/olive/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/olive/hardware-configuration.nix')
-rw-r--r--hosts/olive/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/olive/hardware-configuration.nix b/hosts/olive/hardware-configuration.nix
index fc9ccb8..c2bff39 100644
--- a/hosts/olive/hardware-configuration.nix
+++ b/hosts/olive/hardware-configuration.nix
@@ -31,6 +31,6 @@
31 31
32 swapDevices = [ ]; 32 swapDevices = [ ];
33 33
34 nix.maxJobs = lib.mkDefault 8; 34 nix.settings.max-jobs = lib.mkDefault 8;
35 powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; 35 powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
36} 36}