Switch to linuxPackages kernel

This commit is contained in:
Dave Gallant
2025-02-05 08:57:19 -05:00
parent 30b125d5a5
commit f70393daf0
2 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ in
xpadneo # Advanced Linux Driver for Xbox One Wireless Controller
];
kernelModules = [ "kvm-amd" ];
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages;
loader = {
efi.canTouchEfiVariables = true;