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