From 3ca179eaa0c6bf78011663a9ee806e1add9bcf75 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 26 Jun 2023 17:29:23 +0100 Subject: [PATCH] Remove redundant grub version specifier --- hosts/helios/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/helios/default.nix b/hosts/helios/default.nix index 9d39c89..01b581d 100644 --- a/hosts/helios/default.nix +++ b/hosts/helios/default.nix @@ -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;