2021-01-28 03:00:45 +00:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../../profiles/installation-device.nix
|
|
|
|
./sd-image-raspberrypi.nix
|
|
|
|
];
|
2021-02-21 20:16:51 +00: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-28 03:00:45 +00:00
|
|
|
}
|