Unset noop grub.version

This commit is contained in:
Sandro - 2023-05-23 22:25:52 +02:00
parent 232323a3da
commit 5555555874
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@
boot = {
loader.grub = {
enable = true;
version = 2;
device = "/dev/sda";
};
kernelParams = [

View File

@ -14,7 +14,6 @@
boot = {
loader.grub = {
enable = true;
version = 2;
# Define on which hard drive you want to install Grub.
device = "/dev/disk/by-id/scsi-3600300570140a6102b0acad9825149f2"; # or "nodev" for efi only
};

View File

@ -14,7 +14,6 @@
boot = {
loader.grub = {
enable = true;
version = 2;
device = "/dev/sdc";
};
kernelParams = [