From 54526004fa43ac09f165fb21c1905a9e59fbdfe8 Mon Sep 17 00:00:00 2001 From: Natalie Adams Date: Thu, 13 Apr 2023 21:54:20 -0500 Subject: [PATCH] updating flake --- nixos/modules/installer/cd-dvd/iso-image.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 {