about summary refs log tree commit diff stats
path: root/hosts/mammun_on_vm/hardware/cpu.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-04 17:20:35 +0100
committerene <ene@sils.li>2023-03-04 17:20:35 +0100
commit44f91348afb3ba7670842d5b60f33d995b947289 (patch)
tree624f2b8870a3a559c90512d6779457092e67c9bb /hosts/mammun_on_vm/hardware/cpu.nix
parentFix(hm/conf/yambar): Update the deps (diff)
downloadnixos-config-44f91348afb3ba7670842d5b60f33d995b947289.zip
Fix(hosts/mammon_on_vm)!: Delete
Diffstat (limited to '')
-rw-r--r--hosts/mammun_on_vm/hardware/cpu.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/mammun_on_vm/hardware/cpu.nix b/hosts/mammun_on_vm/hardware/cpu.nix
deleted file mode 100644
index 2d7232cd..00000000
--- a/hosts/mammun_on_vm/hardware/cpu.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{config, ...}: {
-  powerManagement.cpuFreqGovernor = "powersave";
-  hardware.cpu.amd.updateMicrocode = true; # Why not?
-}