diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix index b2a0d6ee76d..e7cbf415a22 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 {