From 39c9ab5c898212289aec47fc8c2950562fcdc7cb Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:26:20 +0100 Subject: [PATCH] main-laptop: downgrade to Linux 6.11 --- 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 8e9fa2f..1d6ec4a 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -90,7 +90,7 @@ #enable wayland for electron programs environment.sessionVariables.NIXOS_OZONE_WL = "1"; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_11; boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.edk2-uefi-shell.enable = true; boot.loader.systemd-boot.windows = {