host/asus: use lts kernel from stable channel

This commit is contained in:
Dmitriy Pleshevskiy 2023-04-03 16:23:42 +03:00
parent cd41b21181
commit d885a8baa9
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 1 additions and 1 deletions

View File

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