diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix index e7cbf415a22..b2a0d6ee76d 100644 --- a/nixos/modules/installer/cd-dvd/iso-image.nix +++ b/nixos/modules/installer/cd-dvd/iso-image.nix @@ -226,12 +226,12 @@ in ''; }; - isoImage.makeUsbBootable = mkOption { - default = false; - description = '' - Whether the ISO image should be bootable from CD as well as USB. - ''; - }; +# isoImage.makeUsbBootable = mkOption { +# default = false; +# description = '' +# Whether the ISO image should be bootable from CD as well as USB. +# ''; +# }; isoImage.splashImage = mkOption { default = pkgs.fetchurl {