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:
parent
980f557c46
commit
e06dd999f7
@ -303,7 +303,7 @@ in {
|
|||||||
|
|
||||||
The values <literal>all</literal> or <literal>none</literal> have
|
The values <literal>all</literal> or <literal>none</literal> have
|
||||||
special meaning. Overidden by any entry in the option
|
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>).
|
client id (such as <literal>task 2.3.0</literal>).
|
||||||
|
|
||||||
The values <literal>all</literal> or <literal>none</literal> have
|
The values <literal>all</literal> or <literal>none</literal> have
|
||||||
special meaning. Any entry here overrides these in
|
special meaning. Any entry here overrides those in
|
||||||
<option>services.taskserver.client.allow</option>.
|
<option>services.taskserver.allowedClientIDs</option>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user