nixos/image: move docs into manual

This commit is contained in:
nikstur 2023-10-31 11:18:46 +01:00
parent ed9263dc61
commit 84722633b7
3 changed files with 2 additions and 4 deletions

View File

@ -8,4 +8,5 @@ installing.chapter.md
changing-config.chapter.md
upgrading.chapter.md
building-nixos.chapter.md
building-images-via-systemd-repart.chapter.md
```

View File

@ -206,10 +206,7 @@ in
| tee repart-output.json
'';
meta = {
maintainers = with lib.maintainers; [ nikstur ];
doc = ./repart.md;
};
meta.maintainers = with lib.maintainers; [ nikstur ];
};
}