boreal: switch to linux latest
This commit is contained in:
parent
60a292e009
commit
78b7e86ee4
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue