switch to latest kernel

This commit is contained in:
twoneis 2025-02-08 01:29:08 +01:00
parent ccee136e8c
commit 6b8045e955
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ in {
luks.devices.root.device = "/dev/disk/by-label/CRYPT";
kernelModules = [ "amdgpu" ];
};
kernelPackages = pkgs.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_latest;
loader = {
systemd-boot = {
enable = mkDefault true;