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