From 2c0a40c03d6bbd2f289fe866a5a2054a2a8a4d2f Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Tue, 9 Dec 2025 11:06:41 +0100 Subject: [PATCH] hosts/framenix: no need for 3rd party Framework kernel module --- hosts/framenix/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/framenix/hardware-configuration.nix b/hosts/framenix/hardware-configuration.nix index 868c352..7c8d896 100644 --- a/hosts/framenix/hardware-configuration.nix +++ b/hosts/framenix/hardware-configuration.nix @@ -32,4 +32,5 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.framework.enableKmod = false; # should work with upstream kernel >= 6.12 }