This commit is contained in:
sadan 2024-09-17 21:24:54 -04:00
parent 8c8c4214ad
commit fc395fd6a7
No known key found for this signature in database
4 changed files with 38 additions and 26 deletions

View file

@ -76,7 +76,7 @@ in
};
# Use the systemd-boot EFI boot loader.
boot.loader.grub.device = "nodev";
boot.kernelPackages = pkgs.linuxPackages_testing;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.grub.efiSupport = true;
boot.loader.grub.useOSProber = true;
boot.loader.grub.efiInstallAsRemovable = true;