From 9b48a5557e64979e292e2fce182f355867f0226c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 27 Jul 2023 14:25:20 +0200 Subject: [PATCH] fix(manakish): remove unused version --- systems/manakish/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/manakish/hardware-configuration.nix b/systems/manakish/hardware-configuration.nix index 4802f05..32b4076 100644 --- a/systems/manakish/hardware-configuration.nix +++ b/systems/manakish/hardware-configuration.nix @@ -17,7 +17,6 @@ extraModulePackages = []; loader.grub = { enable = true; - version = 2; efiSupport = true; efiInstallAsRemovable = true; device = "/dev/sda";