From d6ed01946ac20e71eef0b6fedf95b3eb5ef597f9 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 7 Dec 2023 13:42:30 -0800 Subject: [PATCH] Updated Bootloader --- configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3652553..17eedd2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = {