treewide: remove deprecated grub.version references

This commit is contained in:
Thane Gill 2024-02-15 16:17:24 -08:00
parent 8e031ade8e
commit e3d82657a2
3 changed files with 0 additions and 3 deletions

View File

@ -60,7 +60,6 @@ in {
boot.growPartition = true;
boot.loader.grub = {
version = 2;
device = "nodev";
efiSupport = true;
efiInstallAsRemovable = true;

View File

@ -59,7 +59,6 @@ with lib;
grub = {
enable = true;
version = 2;
forceInstall = true;
device = "nodev";

View File

@ -80,7 +80,6 @@ in {
boot.growPartition = true;
boot.loader.grub = {
version = 2;
device = "nodev";
efiSupport = true;
efiInstallAsRemovable = true;