From b493a9eb538ec46772a2921f9d2de7f0d4028a6d Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:14:46 +0100 Subject: [PATCH] main-laptop: use latest kernel --- hosts/main-laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index b29f9ce..956ebd3 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -95,7 +95,7 @@ #enable wayland for electron programs environment.sessionVariables.NIXOS_OZONE_WL = "1"; - boot.kernelPackages = pkgs.linuxPackages_6_11; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.edk2-uefi-shell.enable = true; boot.loader.systemd-boot.windows = {