switch to latest kernel
This commit is contained in:
parent
ccee136e8c
commit
6b8045e955
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue