Remove redundant grub version specifier

This commit is contained in:
Jordan Holt 2023-06-26 17:29:23 +01:00
parent 522b0997ae
commit 3ca179eaa0
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

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;