1# Clone Config {#sec-profile-clone-config} 2 3This profile is used in installer images. It provides an editable 4configuration.nix that imports all the modules that were also used when 5creating the image in the first place. As a result it allows users to edit 6and rebuild the live-system. 7 8On images where the installation media also becomes an installation target, 9copying over `configuration.nix` should be disabled by 10setting `installer.cloneConfig` to `false`. 11For example, this is done in `sd-image-aarch64-installer.nix`.