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