summary refs log tree commit diff
path: root/machines/graphite
diff options
context:
space:
mode:
Diffstat (limited to 'machines/graphite')
-rw-r--r--machines/graphite/devices.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/graphite/devices.nix b/machines/graphite/devices.nix
index be777a9..c9851c3 100644
--- a/machines/graphite/devices.nix
+++ b/machines/graphite/devices.nix
@@ -8,6 +8,8 @@
 
   # boot settings
   boot = {
+    kernelPackages = pkgs.linuxPackages_latest;
+
     loader.systemd-boot.enable = true;
     loader.efi.canTouchEfiVariables = true;