From 197a40364cb49e58cb7f09aad7cf466b5372727c Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Tue, 31 Oct 2023 14:18:47 +0000 Subject: [PATCH] set device to install grub on --- hardware/hpm-laptop.nix | 2 +- hardware/my-hp-laptop.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/hpm-laptop.nix b/hardware/hpm-laptop.nix index 9548f9c..5471c39 100755 --- a/hardware/hpm-laptop.nix +++ b/hardware/hpm-laptop.nix @@ -12,7 +12,7 @@ boot.loader.grub = { enable = true; version = 2; - device = "nodev"; + device = "/dev/nvme0n1"; efiSupport = true; extraConfig = '' set timeout=2 diff --git a/hardware/my-hp-laptop.nix b/hardware/my-hp-laptop.nix index 6b488ba..2a4922c 100644 --- a/hardware/my-hp-laptop.nix +++ b/hardware/my-hp-laptop.nix @@ -24,7 +24,7 @@ boot.loader.grub = { enable = true; version = 2; - device = "nodev"; + device = "/dev/nvme0n1"; efiSupport = true; extraConfig = '' set timeout=1