monolith: switch to latest kernel
This commit is contained in:
parent
f246c31794
commit
9828e1366d
|
@ -36,6 +36,8 @@ in
|
|||
|
||||
hardware.opentabletdriver.enable = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ zenpower ];
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.kernelModules = [
|
||||
|
|
Loading…
Reference in a new issue