nixos/taskserver: Fix wrong option doc references

The options client.allow and client.deny are gone since the commit
8b793d1916, so let's fix that.

No feature changes, only fixes the descriptions of allowedClientIDs and
disallowedClientIDs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2016-04-12 07:03:19 +02:00
parent 980f557c46
commit e06dd999f7
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -303,7 +303,7 @@ in {
The values <literal>all</literal> or <literal>none</literal> have
special meaning. Overidden by any entry in the option
<option>services.taskserver.client.deny</option>.
<option>services.taskserver.disallowedClientIDs</option>.
'';
};
@ -316,8 +316,8 @@ in {
client id (such as <literal>task 2.3.0</literal>).
The values <literal>all</literal> or <literal>none</literal> have
special meaning. Any entry here overrides these in
<option>services.taskserver.client.allow</option>.
special meaning. Any entry here overrides those in
<option>services.taskserver.allowedClientIDs</option>.
'';
};