From e06dd999f7858c7a924cec552bcd5ac90193e00d Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 12 Apr 2016 07:03:19 +0200 Subject: [PATCH] nixos/taskserver: Fix wrong option doc references The options client.allow and client.deny are gone since the commit 8b793d1916387c67f8eeb137789b1b41a1f94537, so let's fix that. No feature changes, only fixes the descriptions of allowedClientIDs and disallowedClientIDs. Signed-off-by: aszlig --- nixos/modules/services/misc/taskserver/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/misc/taskserver/default.nix b/nixos/modules/services/misc/taskserver/default.nix index 4d3afdeedfa..0b86b42f2cc 100644 --- a/nixos/modules/services/misc/taskserver/default.nix +++ b/nixos/modules/services/misc/taskserver/default.nix @@ -303,7 +303,7 @@ in { The values all or none have special meaning. Overidden by any entry in the option - . + . ''; }; @@ -316,8 +316,8 @@ in { client id (such as task 2.3.0). The values all or none have - special meaning. Any entry here overrides these in - . + special meaning. Any entry here overrides those in + . ''; };