grub.device should be nodev for efi boot
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
device = "/dev/nvme0n1p1";
|
device = "nodev";
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set timeout=2
|
set timeout=2
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
device = "/dev/nvme0n1p1";
|
device = "nodev";
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set timeout=1
|
set timeout=1
|
||||||
|
|||||||
Reference in New Issue
Block a user