From 78b7e86ee4c9766b55ec01311cb9631ee5035bc2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 6 Jun 2021 18:20:01 +0200 Subject: [PATCH] boreal: switch to linux latest --- hosts/boreal/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index 5930747..bc49aec 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -14,6 +14,8 @@ in ./home.nix ]; + boot.kernelPackages = pkgs.linuxPackages_latest; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;