add "standard" module, which includes flashimage kexec & jffs2

most systems need most of these, so it makes writing the docs a
lot easier
This commit is contained in:
Daniel Barlow 2023-05-16 20:13:46 +01:00
parent 6870abfe83
commit b0a0fdcfcc
7 changed files with 19 additions and 14 deletions

View file

@ -12,13 +12,14 @@ and the services that you want to run on it. Start by copying
``vanilla-configuration.nix`` and adjusting it, or look in the `examples`
directory for some pre-written configurations.
If you want to create a configuration that can be installed on
a hardware device, be sure to include the "flashimage" module.
Your configuration may include modules and probably _should_
include the ``standard`` module unless you understand what it
does and what happens if you leave it out.
.. code-block: nix
imports = [
./modules/flashimage.nix
./modules/standard.nix
]