nixos/doc/manual: add link to nixos-generators (#98925)

From the 'Building your Own NixOS CD' section
This commit is contained in:
Arnout Engelen 2020-09-27 21:59:54 +02:00 committed by GitHub
parent 461704ae11
commit 31dff5cab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,10 @@
<screen>
<prompt># </prompt>mount -o loop -t iso9660 ./result/iso/cd.iso /mnt/iso</screen>
</para>
<para>
If you want to customize your NixOS CD in more detail, or generate other kinds
of images, you might want to check out <link
xlink:href="https://github.com/nix-community/nixos-generators">nixos-generators</link>. This can also be a good starting point when you want to use Nix to build a
'minimal' image that doesn't include a NixOS installation.
</para>
</chapter>