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