grub.device should be nodev for efi boot

This commit is contained in:
Sebastian Moser
2023-10-31 18:00:38 +01:00
parent 2fd2b3d492
commit acd8df5f37
2 changed files with 2 additions and 2 deletions

View File

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