feat(desktop): use recent kernel
This commit is contained in:
parent
3e3af69560
commit
5331f9b8a4
3 changed files with 4 additions and 2 deletions
|
@ -33,7 +33,7 @@ in {
|
|||
];
|
||||
|
||||
boot = {
|
||||
kernelPackages = lib.mkForce pkgs.linuxPackages_6_1;
|
||||
kernelPackages = pkgs.linuxPackages_6_1;
|
||||
loader.systemd-boot.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue