From f57a61cfc917f8586a3cc17f7bbd0d6cb3b27344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 26 Jul 2023 10:49:04 +0300 Subject: [PATCH] remove grub.version --- hosts/hel1-a/zfs.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/hel1-a/zfs.nix b/hosts/hel1-a/zfs.nix index dea47be..cc28364 100644 --- a/hosts/hel1-a/zfs.nix +++ b/hosts/hel1-a/zfs.nix @@ -11,7 +11,6 @@ boot.loader.generationsDir.copyKernels = true; boot.loader.grub.efiInstallAsRemovable = true; boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.loader.grub.copyKernels = true; boot.loader.grub.efiSupport = true; boot.loader.grub.zfsSupport = true;