Remove Gitit from the list of evaluated modules

This commit is contained in:
Edward Tjörnhammar 2015-09-20 21:35:17 +02:00
parent 2677b9d2cc
commit 122d5e497e
2 changed files with 13 additions and 1 deletions

View File

@ -23,5 +23,17 @@
<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>

View File

@ -197,7 +197,7 @@
./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