From 9088b998625ad16e051eb3ad7c1cccc4d56cac5d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 23 Jun 2025 18:31:01 -0700 Subject: [PATCH] laptop: amd ai 300 --- etcnixos/hardware_laptop.nix | 2 +- etcnixos/system-mreow.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etcnixos/hardware_laptop.nix b/etcnixos/hardware_laptop.nix index 40f9c6d..16bcaa3 100644 --- a/etcnixos/hardware_laptop.nix +++ b/etcnixos/hardware_laptop.nix @@ -12,7 +12,7 @@ "nvme" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; + boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; disko.devices = { diff --git a/etcnixos/system-mreow.nix b/etcnixos/system-mreow.nix index 87da6e4..5a90133 100644 --- a/etcnixos/system-mreow.nix +++ b/etcnixos/system-mreow.nix @@ -11,7 +11,7 @@ ./common.nix ./hardware_laptop.nix - inputs.nixos-hardware.nixosModules.framework-12th-gen-intel + inputs.nixos-hardware.nixosModules.framework-amd-ai-300-series inputs.lanzaboote.nixosModules.lanzaboote ];