boreal: switch to linux latest

This commit is contained in:
Antoine Martin 2021-06-06 18:20:01 +02:00
parent 60a292e009
commit 78b7e86ee4

View file

@ -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;