monolith: switch to latest kernel

This commit is contained in:
Leonardo Eugênio 2024-08-30 19:25:36 -03:00
parent 03fd8951d8
commit 42de0ba722

View file

@ -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 = [