mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Switch to linuxPackages kernel
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user