summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/glados/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/glados/boot.nix b/systems/glados/boot.nix
index b236d34..b4f3b61 100644
--- a/systems/glados/boot.nix
+++ b/systems/glados/boot.nix
@@ -17,7 +17,7 @@
boot = {
initrd.systemd.enable = true; # for unlocking luks root with tpm2
- kernelPackages = pkgs.linuxPackages_latest;
+ kernelPackages = pkgs.linuxKernel.packages.linux_6_11;
kernelParams = [ "amd_pstate=active" ];