kernel update

This commit is contained in:
Michael Thomson 2024-05-15 14:41:33 -04:00
parent bfa6bb5d7b
commit 0517ca059e

View File

@ -11,6 +11,9 @@
inputs.home-manager.nixosModules.default
];
# Kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;