From bcc2a98af40ce8cf2a937fc584a4db2f5a72dd26 Mon Sep 17 00:00:00 2001 From: Natalie Adams Date: Thu, 13 Apr 2023 21:55:54 -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 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 {