Updated Bootloader

This commit is contained in:
naturallaw77 2023-12-07 13:42:30 -08:00
parent cd2a1f5f03
commit d6ed01946a

View File

@ -11,9 +11,6 @@
];
# Bootloader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/nvme0n1";
boot.loader.grub.useOSProber = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
nix = {