aboutsummaryrefslogtreecommitdiff
path: root/systems/dilion/base.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2024-06-10 13:20:06 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2024-06-11 00:20:30 +0200
commit4098541d0fb32431c6dfb38bb382123e1484b74d (patch)
tree40c9c1b423f1eb35f07413a82efed77cab7656ba /systems/dilion/base.nix
parent49fee6918c32e5293622ad5217a27194af72365f (diff)
downloadNix-4098541d0fb32431c6dfb38bb382123e1484b74d.tar.gz
Nix-4098541d0fb32431c6dfb38bb382123e1484b74d.tar.zst
Nix-4098541d0fb32431c6dfb38bb382123e1484b74d.zip
On-demand cpu frequency
Diffstat (limited to 'systems/dilion/base.nix')
-rw-r--r--systems/dilion/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/dilion/base.nix b/systems/dilion/base.nix
index 8c0b3ad..b47d928 100644
--- a/systems/dilion/base.nix
+++ b/systems/dilion/base.nix
@@ -21,7 +21,7 @@
21 # available in nixos-20.09 21 # available in nixos-20.09
22 #zfs.requestEncryptionCredentials = [ "zpool/root" ]; 22 #zfs.requestEncryptionCredentials = [ "zpool/root" ];
23 }; 23 };
24 powerManagement.cpuFreqGovernor = "powersave"; 24 powerManagement.cpuFreqGovernor = "ondemand";
25 hardware.enableRedistributableFirmware = true; 25 hardware.enableRedistributableFirmware = true;
26 26
27 swapDevices = [ { label = "swap"; } ]; 27 swapDevices = [ { label = "swap"; } ];