From 84722633b786ceb3aef8be3959b072c901b75dc9 Mon Sep 17 00:00:00 2001 From: nikstur Date: Tue, 31 Oct 2023 11:18:46 +0100 Subject: [PATCH] nixos/image: move docs into manual --- .../building-images-via-systemd-repart.chapter.md} | 0 nixos/doc/manual/installation/installation.md | 1 + nixos/modules/image/repart.nix | 5 +---- 3 files changed, 2 insertions(+), 4 deletions(-) rename nixos/{modules/image/repart.md => doc/manual/installation/building-images-via-systemd-repart.chapter.md} (100%) diff --git a/nixos/modules/image/repart.md b/nixos/doc/manual/installation/building-images-via-systemd-repart.chapter.md similarity index 100% rename from nixos/modules/image/repart.md rename to nixos/doc/manual/installation/building-images-via-systemd-repart.chapter.md diff --git a/nixos/doc/manual/installation/installation.md b/nixos/doc/manual/installation/installation.md index 140594256609..f3b1773d865c 100644 --- a/nixos/doc/manual/installation/installation.md +++ b/nixos/doc/manual/installation/installation.md @@ -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 ``` diff --git a/nixos/modules/image/repart.nix b/nixos/modules/image/repart.nix index 926791d85701..e006ce83ce77 100644 --- a/nixos/modules/image/repart.nix +++ b/nixos/modules/image/repart.nix @@ -206,10 +206,7 @@ in | tee repart-output.json ''; - meta = { - maintainers = with lib.maintainers; [ nikstur ]; - doc = ./repart.md; - }; + meta.maintainers = with lib.maintainers; [ nikstur ]; }; }