summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ilex/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ilex/configuration.nix b/ilex/configuration.nix
index 8546593..9486547 100644
--- a/ilex/configuration.nix
+++ b/ilex/configuration.nix
@@ -9,6 +9,8 @@
./hardware-configuration.nix
];
+ boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_0;
+
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;