9ed9e268a2
This adds a Taskserver module along with documentation and a small helper tool which eases managing a custom CA along with Taskserver organisations, users and groups. Taskserver is the server component of Taskwarrior, a TODO list application for the command line. The work has been started by @matthiasbeyer back in mid 2015 and I have continued to work on it recently, so this merge contains commits from both of us. Thanks particularly to @nbp and @matthiasbeyer for reviewing and suggesting improvements. I've tested this with the new test (nixos/tests/taskserver.nix) this branch adds and it fails because of the changes introduced by the closure-size branch, so we need to do additional work on base of this.
36 lines
1.1 KiB
XML
36 lines
1.1 KiB
XML
<part xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
version="5.0"
|
|
xml:id="ch-configuration">
|
|
|
|
<title>Configuration</title>
|
|
|
|
<partintro>
|
|
|
|
<para>This chapter describes how to configure various aspects of a
|
|
NixOS machine through the configuration file
|
|
<filename>/etc/nixos/configuration.nix</filename>. As described in
|
|
<xref linkend="sec-changing-config" />, changes to this file only take
|
|
effect after you run <command>nixos-rebuild</command>.</para>
|
|
|
|
</partintro>
|
|
|
|
<xi:include href="config-syntax.xml" />
|
|
<xi:include href="package-mgmt.xml" />
|
|
<xi:include href="user-mgmt.xml" />
|
|
<xi:include href="file-systems.xml" />
|
|
<xi:include href="x-windows.xml" />
|
|
<xi:include href="networking.xml" />
|
|
<xi:include href="linux-kernel.xml" />
|
|
|
|
<!-- FIXME: auto-include NixOS module docs -->
|
|
<xi:include href="postgresql.xml" />
|
|
<xi:include href="gitlab.xml" />
|
|
<xi:include href="taskserver.xml" />
|
|
<xi:include href="acme.xml" />
|
|
<xi:include href="input-methods.xml" />
|
|
|
|
<!-- Apache; libvirtd virtualisation -->
|
|
|
|
</part>
|