host/asus: use lts kernel from stable channel
This commit is contained in:
parent
cd41b21181
commit
d885a8baa9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
];
|
||||
|
||||
# Use latest kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_1;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader = {
|
||||
|
|
Loading…
Reference in a new issue