From 82369662a442bf7f963a7d677965a9c4043c812b Mon Sep 17 00:00:00 2001 From: magic_rb Date: Sun, 29 Oct 2023 17:51:19 +0100 Subject: [PATCH] Remove `boot.loader.grub.version` on toothpick as it does nothing Signed-off-by: magic_rb --- nixos/systems/toothpick/grub.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/systems/toothpick/grub.nix b/nixos/systems/toothpick/grub.nix index 65e7d56..8bb8f52 100644 --- a/nixos/systems/toothpick/grub.nix +++ b/nixos/systems/toothpick/grub.nix @@ -3,7 +3,6 @@ boot.loader.grub = { enable = true; device = "/dev/vda"; - version = 2; efiSupport = false; }; }