From 48427feb657c58881f53d17e787c9b3ee26200d1 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 9 Jun 2025 13:03:04 +0200 Subject: [PATCH] Fix kernel --- nixos/hosts/andrej-pc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/andrej-pc/configuration.nix b/nixos/hosts/andrej-pc/configuration.nix index 09bcea5..58890da 100644 --- a/nixos/hosts/andrej-pc/configuration.nix +++ b/nixos/hosts/andrej-pc/configuration.nix @@ -41,7 +41,7 @@ boot = { - kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; + kernelPackages = lib.mkDefault pkgs.linuxPackages_6_14; loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;