From 2c96dc48fd75ec96d289e22dd6a8d42aeb7c57fd Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 14 Jun 2025 01:05:08 +0200 Subject: [PATCH] use latest kernel --- common/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configuration.nix b/common/configuration.nix index c818c11..606d8f2 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -125,7 +125,7 @@ boot = { tmp.cleanOnBoot = true; - kernelPackages = pkgs.linuxPackages_6_14; + kernelPackages = pkgs.linuxPackages_latest; consoleLogLevel = 0;