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