From 976f90b793f27e4b38297753583c9f3cd24cd7cd Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 11:23:30 +0100 Subject: Feat(hosts): Add lahmu, a vm host --- hosts/lahmu/hardware/cpu.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hosts/lahmu/hardware/cpu.nix (limited to 'hosts/lahmu/hardware/cpu.nix') diff --git a/hosts/lahmu/hardware/cpu.nix b/hosts/lahmu/hardware/cpu.nix new file mode 100644 index 00000000..2d7232cd --- /dev/null +++ b/hosts/lahmu/hardware/cpu.nix @@ -0,0 +1,4 @@ +{config, ...}: { + powerManagement.cpuFreqGovernor = "powersave"; + hardware.cpu.amd.updateMicrocode = true; # Why not? +} -- cgit 1.4.1