From 507ccca228da7fed6d03dd946c598a6fffce7fc0 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Wed, 6 May 2026 16:19:12 +0200 Subject: [PATCH] Added linux kernel config, so the latest stable kernel is used --- modules/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/configuration.nix b/modules/configuration.nix index fd4bf4b..6e3826b 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -37,6 +37,7 @@ # Bootloader. boot = { + kernelPackages = pkgs.linuxPackages_latest; kernelParams = ["quiet" "splash"]; initrd = { verbose = false;