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;