grub: remove version, attr for 23.05

main
Oystein Kristoffer Tveit 2023-07-12 02:02:21 +02:00
parent cf42debf37
commit 5250d40457
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
3 changed files with 0 additions and 3 deletions

View File

@ -35,7 +35,6 @@ in {
grub = {
enable = true;
device = "/dev/sda";
version = 2;
};
};

View File

@ -78,7 +78,6 @@
efi.canTouchEfiVariables = false;
grub = {
enable = true;
version = 2;
efiSupport = true;
fsIdentifier = "label";
device = "nodev";

View File

@ -142,7 +142,6 @@
loader = {
grub = {
enable = true;
version = 2;
efiSupport = true;
fsIdentifier = "label";
device = "nodev";