Commit 122d5e49 authored by Edward Tjörnhammar's avatar Edward Tjörnhammar
Browse files

Remove Gitit from the list of evaluated modules

parent 2677b9d2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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