Remove Gitit from the list of evaluated modules

+13 -1
+12
nixos/doc/manual/release-notes/rl-unstable.xml
··· 23 23 <command>wmii-hg</command> package. 24 24 </para></listitem> 25 25 </itemizedlist> 26 + 27 + <listitem><para>Gitit! Is no longer automatically added to the module list in 28 + NixOS and as such there will not be any manual entries for it. You will need to 29 + add an import statement to your nixos configuration in order to use it. As 30 + an example adding: 31 + <programlisting><![CDATA[ 32 + { 33 + imports = [ <nixos/modules/services/misc/gitit.nix> ]; 34 + } 35 + ]]> 36 + </programlisting> 37 + Will include the gitit service configuration options. 26 38 </para> 27 39 </section>
+1 -1
nixos/modules/module-list.nix
··· 197 197 ./services/misc/etcd.nix 198 198 ./services/misc/felix.nix 199 199 ./services/misc/folding-at-home.nix 200 - ./services/misc/gitit.nix 200 + #./services/misc/gitit.nix 201 201 ./services/misc/gitlab.nix 202 202 ./services/misc/gitolite.nix 203 203 ./services/misc/gpsd.nix