From d81761e519a255025b5adeecf95307b3521943b0 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 21 Jul 2025 17:39:21 +0200 Subject: [PATCH] fix(stolas): update hardware config --- nixos/stolas/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nixos/stolas/default.nix b/nixos/stolas/default.nix index b72f6be..6733652 100644 --- a/nixos/stolas/default.nix +++ b/nixos/stolas/default.nix @@ -7,6 +7,10 @@ # TODO ./paperless.nix ]; + nixpkgs = { + hostPlatform = "x86_64-linux"; + }; + boot = { # TODO lanzaboote = { # enable = true; @@ -17,11 +21,10 @@ initrd = { availableKernelModules = [ "nvme" - "ehci_pci" "xhci_pci" + "thunderbolt" "usb_storage" "sd_mod" - "rtsx_pci_sdmmc" ]; # TODO disable for lanzaboote systemd.enable = true; @@ -50,6 +53,7 @@ hardware = { # NOTE: hardware.framework.enableKmod requires kernel patching, but enables access to some EC features bluetooth.enable = true; + cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; framework.laptop13.audioEnhancement.enable = true; graphics = { enable = true;