set device to install grub on

This commit is contained in:
Sebastian Moser
2023-10-31 14:18:47 +00:00
parent 2210c5e56e
commit 197a40364c
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
boot.loader.grub = {
enable = true;
version = 2;
device = "nodev";
device = "/dev/nvme0n1";
efiSupport = true;
extraConfig = ''
set timeout=2

View File

@@ -24,7 +24,7 @@
boot.loader.grub = {
enable = true;
version = 2;
device = "nodev";
device = "/dev/nvme0n1";
efiSupport = true;
extraConfig = ''
set timeout=1