about summary refs log tree commit diff stats
path: root/hosts/tiamat/hardware/cpu.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-20 01:01:13 +0100
committerene <ene@sils.li>2023-02-20 01:01:13 +0100
commit7f26288284429e2f186d7dc61de716dbd36ef8c4 (patch)
tree6c34287b0d8d2e0ce0fcbd921bfd0fecd76a477e /hosts/tiamat/hardware/cpu.nix
parentFix(bootstrap): Fix nasty grep bug (diff)
downloadnixos-config-7f26288284429e2f186d7dc61de716dbd36ef8c4.zip
Feat(flake): Reorder hosts
Diffstat (limited to 'hosts/tiamat/hardware/cpu.nix')
-rw-r--r--hosts/tiamat/hardware/cpu.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/tiamat/hardware/cpu.nix b/hosts/tiamat/hardware/cpu.nix
new file mode 100644
index 00000000..6859f72a
--- /dev/null
+++ b/hosts/tiamat/hardware/cpu.nix
@@ -0,0 +1,4 @@
+{config, ...}: {
+  powerManagement.cpuFreqGovernor = "powersave";
+  hardware.cpu.intel.updateMicrocode = true; # Why not?
+}