summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/iso-image.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-04-04 17:54:14 +0100
committerajs124 <git@ajs124.de>2023-05-10 21:51:26 +0200
commit30bea8d82d9e9ffa3093106af4527cbfc0663150 (patch)
treef52a06187e9dd5f68e405cb61e211f2438ae6941 /nixos/modules/installer/cd-dvd/iso-image.nix
parent6db74508276ae2c3c48cfea0a7022d01ca273264 (diff)
downloadnixpkgs-30bea8d82d9e9ffa3093106af4527cbfc0663150.tar
nixpkgs-30bea8d82d9e9ffa3093106af4527cbfc0663150.tar.gz
nixpkgs-30bea8d82d9e9ffa3093106af4527cbfc0663150.tar.bz2
nixpkgs-30bea8d82d9e9ffa3093106af4527cbfc0663150.tar.lz
nixpkgs-30bea8d82d9e9ffa3093106af4527cbfc0663150.tar.xz
nixpkgs-30bea8d82d9e9ffa3093106af4527cbfc0663150.tar.zst
nixpkgs-30bea8d82d9e9ffa3093106af4527cbfc0663150.zip
nixos/*: remove boot.grub.version
Diffstat (limited to 'nixos/modules/installer/cd-dvd/iso-image.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/iso-image.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix
index 3921bb61b91..e22bb866927 100644
--- a/nixos/modules/installer/cd-dvd/iso-image.nix
+++ b/nixos/modules/installer/cd-dvd/iso-image.nix
@@ -694,8 +694,6 @@ in
       }
     ];
 
-    boot.loader.grub.version = 2;
-
     # Don't build the GRUB menu builder script, since we don't need it
     # here and it causes a cyclic dependency.
     boot.loader.grub.enable = false;