Remove Gitit from the list of evaluated modules

Changed files
+13 -1
nixos
doc
manual
release-notes
modules
+12
nixos/doc/manual/release-notes/rl-unstable.xml
···
<command>wmii-hg</command> package.
</para></listitem>
</itemizedlist>
+
+
<listitem><para>Gitit! Is no longer automatically added to the module list in
+
NixOS and as such there will not be any manual entries for it. You will need to
+
add an import statement to your nixos configuration in order to use it. As
+
an example adding:
+
<programlisting><![CDATA[
+
{
+
imports = [ <nixos/modules/services/misc/gitit.nix> ];
+
}
+
]]>
+
</programlisting>
+
Will include the gitit service configuration options.
</para>
</section>
+1 -1
nixos/modules/module-list.nix
···
./services/misc/etcd.nix
./services/misc/felix.nix
./services/misc/folding-at-home.nix
-
./services/misc/gitit.nix
+
#./services/misc/gitit.nix
./services/misc/gitlab.nix
./services/misc/gitolite.nix
./services/misc/gpsd.nix