From cd2a1f5f03050dc9f92728715b6f0faa8faf0b60 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 7 Dec 2023 09:08:12 -0800 Subject: [PATCH] udpated boot --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e0d42d0..3652553 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,7 +12,7 @@ # Bootloader. boot.loader.grub.enable = true; - boot.loader.grub.device = "/boot"; + boot.loader.grub.device = "/dev/nvme0n1"; boot.loader.grub.useOSProber = true; boot.kernelPackages = pkgs.linuxPackages_latest;