updating flake

release-18.03-flake
Natalie Adams 2023-04-13 21:54:20 -05:00
parent e11a246049
commit 54526004fa
1 changed files with 6 additions and 6 deletions

View File

@ -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 {