From 7d01bc0001bbd461008230188bd1f65a808b45f6 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 11 Feb 2023 14:55:47 +0100 Subject: Fix: Rename host for clarity and import home-manager --- hosts/laptop/hardware/cpu.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hosts/laptop/hardware/cpu.nix (limited to 'hosts/laptop/hardware/cpu.nix') diff --git a/hosts/laptop/hardware/cpu.nix b/hosts/laptop/hardware/cpu.nix new file mode 100644 index 00000000..2d7232cd --- /dev/null +++ b/hosts/laptop/hardware/cpu.nix @@ -0,0 +1,4 @@ +{config, ...}: { + powerManagement.cpuFreqGovernor = "powersave"; + hardware.cpu.amd.updateMicrocode = true; # Why not? +} -- cgit 1.4.1