2020-01-02 03:45:49 +01:00
|
|
|
{ modulesPath, ... }:
|
2020-01-02 03:12:59 +01:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./NixOS.nix
|
2020-01-02 03:45:49 +01:00
|
|
|
"${modulesPath}/installer/cd-dvd/iso-image.nix"
|
2020-01-02 03:12:59 +01:00
|
|
|
];
|
|
|
|
|
|
|
|
isoImage.makeEfiBootable = true;
|
|
|
|
isoImage.makeUsbBootable = true;
|
|
|
|
}
|