summary refs log tree commit diff
path: root/nixos/modules/installer/sd-card/sd-image-raspberrypi-installer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/installer/sd-card/sd-image-raspberrypi-installer.nix')
-rw-r--r--nixos/modules/installer/sd-card/sd-image-raspberrypi-installer.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/installer/sd-card/sd-image-raspberrypi-installer.nix b/nixos/modules/installer/sd-card/sd-image-raspberrypi-installer.nix
index 6bfbeb3cfcd..72ec7485b52 100644
--- a/nixos/modules/installer/sd-card/sd-image-raspberrypi-installer.nix
+++ b/nixos/modules/installer/sd-card/sd-image-raspberrypi-installer.nix
@@ -3,4 +3,8 @@
     ../../profiles/installation-device.nix
     ./sd-image-raspberrypi.nix
   ];
+
+  # the installation media is also the installation target,
+  # so we don't want to provide the installation configuration.nix.
+  installer.cloneConfig = false;
 }