diff --git a/configuration.nix b/configuration.nix index 4b41bd5..3515a4b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,7 +16,7 @@ in }; # Xander, uncomment this line to update the kernel to 6.10.~ - # boot.kernelPackages = pkgs.linuxPackages_6_10; + boot.kernelPackages = pkgs.linuxPackages_6_12; boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;