nixos/taskserver/doc: Improve example org name

Suggested by @nbp:

"Choose a better organization name in this example, such that it is less
confusing. Maybe something like my-company"

Signed-off-by: aszlig <aszlig@redmoonstudios.org>

aszlig 940120a7 394e64e4

Changed files
+4 -4
nixos
modules
services
misc
taskserver
+4 -4
nixos/modules/services/misc/taskserver/doc.xml
···
services.taskserver.enable = true;
services.taskserver.fqdn = "server";
services.taskserver.listenHost = "::";
-
services.taskserver.organisations.NixOS.users = [ "alice" ];
+
services.taskserver.organisations.my-company.users = [ "alice" ];
}
</screen>
-
This creates an organisation called <literal>NixOS</literal> with the user
-
<literal>alice</literal>.
+
This creates an organisation called <literal>my-company</literal> with the
+
user <literal>alice</literal>.
</para>
<para>
···
machine <literal>alicebox</literal>, all we need to do is something like
this:
<screen>
-
$ ssh server nixos-taskserver user export NixOS alice | sh
+
$ ssh server nixos-taskserver user export my-company alice | sh
</screen>
Of course, if no SSH daemon is available on the server you can also copy
&amp; paste it directly into a shell.