hosts/framenix: no need for 3rd party Framework kernel module

This commit is contained in:
Trolli Schmittlauch 2025-12-09 11:06:41 +01:00
parent 3672286b57
commit 2c0a40c03d

View file

@ -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
}