lol

nixos/image: move docs into manual

nikstur 84722633 ed9263dc

+2 -4
+1
nixos/doc/manual/installation/installation.md
··· 8 8 changing-config.chapter.md 9 9 upgrading.chapter.md 10 10 building-nixos.chapter.md 11 + building-images-via-systemd-repart.chapter.md 11 12 ```
nixos/modules/image/repart.md nixos/doc/manual/installation/building-images-via-systemd-repart.chapter.md
+1 -4
nixos/modules/image/repart.nix
··· 206 206 | tee repart-output.json 207 207 ''; 208 208 209 - meta = { 210 - maintainers = with lib.maintainers; [ nikstur ]; 211 - doc = ./repart.md; 212 - }; 209 + meta.maintainers = with lib.maintainers; [ nikstur ]; 213 210 214 211 }; 215 212 }