summary refs log tree commit diff
path: root/nixos/modules/installer/sd-card/sd-image-raspberrypi4-installer.nix
diff options
context:
space:
mode:
authorDavid Arnold <dar@xoe.solutions>2021-02-21 15:16:51 -0500
committerDavid Arnold <dar@xoe.solutions>2021-02-21 16:12:54 -0500
commit6bfaed9b2c691a93933ce3bc4a9f3c41c45becf2 (patch)
tree879c07181416564da51aee2d9f8dc59c508f0910 /nixos/modules/installer/sd-card/sd-image-raspberrypi4-installer.nix
parent95b7f99014ca7abc8939c438c3a944303aca3201 (diff)
downloadnixpkgs-6bfaed9b2c691a93933ce3bc4a9f3c41c45becf2.tar
nixpkgs-6bfaed9b2c691a93933ce3bc4a9f3c41c45becf2.tar.gz
nixpkgs-6bfaed9b2c691a93933ce3bc4a9f3c41c45becf2.tar.bz2
nixpkgs-6bfaed9b2c691a93933ce3bc4a9f3c41c45becf2.tar.lz
nixpkgs-6bfaed9b2c691a93933ce3bc4a9f3c41c45becf2.tar.xz
nixpkgs-6bfaed9b2c691a93933ce3bc4a9f3c41c45becf2.tar.zst
nixpkgs-6bfaed9b2c691a93933ce3bc4a9f3c41c45becf2.zip
installer: fixup sd-card folder move from #110827
Diffstat (limited to 'nixos/modules/installer/sd-card/sd-image-raspberrypi4-installer.nix')
-rw-r--r--nixos/modules/installer/sd-card/sd-image-raspberrypi4-installer.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/modules/installer/sd-card/sd-image-raspberrypi4-installer.nix b/nixos/modules/installer/sd-card/sd-image-raspberrypi4-installer.nix
new file mode 100644
index 00000000000..59423e40b64
--- /dev/null
+++ b/nixos/modules/installer/sd-card/sd-image-raspberrypi4-installer.nix
@@ -0,0 +1,10 @@
+{
+  imports = [
+    ../../profiles/installation-device.nix
+    ./sd-image-raspberrypi4.nix
+  ];
+
+  # the installation media is also the installation target,
+  # so we don't want to provide the installation configuration.nix.
+  installer.cloneConfig = false;
+}