Remove redundant grub version specifier

This commit is contained in:
2023-06-26 17:29:23 +01:00
parent 522b0997ae
commit 3ca179eaa0

View File

@ -8,7 +8,6 @@ with lib.my;
];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.zfsSupport = true;