Added linux kernel config, so the latest stable kernel is used

This commit is contained in:
2026-05-06 16:19:12 +02:00
parent 758a1dce3d
commit 507ccca228

View File

@ -37,6 +37,7 @@
# Bootloader. # Bootloader.
boot = { boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = ["quiet" "splash"]; kernelParams = ["quiet" "splash"];
initrd = { initrd = {
verbose = false; verbose = false;