From 5250d404577ba974e138a1cb4de30874958d8f61 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 12 Jul 2023 02:02:21 +0200 Subject: [PATCH] grub: remove version, attr for 23.05 --- hosts/eisei/configuration.nix | 1 - hosts/kasei/configuration.nix | 1 - hosts/tsuki/configuration.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/hosts/eisei/configuration.nix b/hosts/eisei/configuration.nix index 100a0ad..68a2e43 100644 --- a/hosts/eisei/configuration.nix +++ b/hosts/eisei/configuration.nix @@ -35,7 +35,6 @@ in { grub = { enable = true; device = "/dev/sda"; - version = 2; }; }; diff --git a/hosts/kasei/configuration.nix b/hosts/kasei/configuration.nix index 186fff3..f9c328c 100644 --- a/hosts/kasei/configuration.nix +++ b/hosts/kasei/configuration.nix @@ -78,7 +78,6 @@ efi.canTouchEfiVariables = false; grub = { enable = true; - version = 2; efiSupport = true; fsIdentifier = "label"; device = "nodev"; diff --git a/hosts/tsuki/configuration.nix b/hosts/tsuki/configuration.nix index c1fa5af..9fbd90f 100644 --- a/hosts/tsuki/configuration.nix +++ b/hosts/tsuki/configuration.nix @@ -142,7 +142,6 @@ loader = { grub = { enable = true; - version = 2; efiSupport = true; fsIdentifier = "label"; device = "nodev";