2020-01-03 22:06:31 -07:00
|
|
|
{ modulesPath, ... }: {
|
2020-01-07 13:04:32 -07:00
|
|
|
imports =
|
|
|
|
[ ../profiles/develop "${modulesPath}/installer/cd-dvd/iso-image.nix" ];
|
2020-01-01 19:12:59 -07:00
|
|
|
|
|
|
|
isoImage.makeEfiBootable = true;
|
|
|
|
isoImage.makeUsbBootable = true;
|
2020-01-06 23:44:35 -07:00
|
|
|
networking.networkmanager.enable = true;
|
|
|
|
users.users.root.password = "";
|
2020-01-01 19:12:59 -07:00
|
|
|
}
|