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

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