Change to the latest kernel
This commit is contained in:
parent
071e678042
commit
30c153c500
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ in
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
# Use the latest linux Kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue