2021-01-27 19:00:45 -08:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../../profiles/installation-device.nix
|
|
|
|
./sd-image-armv7l-multiplatform.nix
|
|
|
|
];
|
2021-02-21 12:16:51 -08:00
|
|
|
|
|
|
|
# the installation media is also the installation target,
|
|
|
|
# so we don't want to provide the installation configuration.nix.
|
|
|
|
installer.cloneConfig = false;
|
2021-01-27 19:00:45 -08:00
|
|
|
}
|