nixpkgs nixos-25.11 브랜치의 nixos/doc/manual/ 디렉토리를 sparse clone으로 가져와 ~/obsidian/dev/nixos-manual/에 복사. _index.md에 구조/갱신 방법 정리. 오프라인 참조 + AI 에이전트 컨텍스트용. sandbox-tokyo 같은 NixOS 노드 운영 시 빠른 참조로 사용.
12 lines
525 B
Markdown
12 lines
525 B
Markdown
# Clone Config {#sec-profile-clone-config}
|
|
|
|
This profile is used in installer images. It provides an editable
|
|
configuration.nix that imports all the modules that were also used when
|
|
creating the image in the first place. As a result it allows users to edit
|
|
and rebuild the live-system.
|
|
|
|
On images where the installation media also becomes an installation target,
|
|
copying over `configuration.nix` should be disabled by
|
|
setting `installer.cloneConfig` to `false`.
|
|
For example, this is done in `sd-image-aarch64-installer.nix`.
|