Change to the latest kernel

This commit is contained in:
BuyMyMojo 2025-03-24 23:43:25 +11:00
parent 071e678042
commit 30c153c500
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B

View file

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