From 4a5893ae73b3ca6cd779db816749e55258b89f40 Mon Sep 17 00:00:00 2001 From: Motiejus Date: Thu, 14 Sep 2023 09:40:16 +0000 Subject: [PATCH] fwminex: some hardware updates --- hosts/fwminex/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 2be2582..320de8b 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -11,7 +11,7 @@ bootDevices = ["nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NS0TA01331A"]; immutable = false; forceNoDev2305 = true; - availableKernelModules = ["iwlwifi" "xhci_pci" "thunderbolt" "nvme" "usbhid"]; + availableKernelModules = ["usb_storage" "sd_mod" "iwlwifi" "xhci_pci" "thunderbolt" "nvme" "usbhid"]; removableEfi = true; partitionScheme = { efiBoot = "-part1"; @@ -21,6 +21,10 @@ }; }; + powerManagement.cpuFreqGovernor = "powersave"; + hardware.cpu.intel.updateMicrocode = true; + nixpkgs.hostPlatform = "x86_64-linux"; + boot.binfmt.emulatedSystems = ["aarch64-linux"]; #swapDevices = [];