Remove Gitit from the list of evaluated modules
This commit is contained in:
parent
2677b9d2cc
commit
122d5e497e
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user