From bee0c7b7aac64f41e309d1cb6de30b9798c06ae2 Mon Sep 17 00:00:00 2001
From: Florent Gluck <florent.gluck@hesge.ch>
Date: Thu, 3 Oct 2024 13:37:22 +0200
Subject: [PATCH] More doc changes

---
 docs/client.md | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/docs/client.md b/docs/client.md
index 9e93877..cc7a926 100644
--- a/docs/client.md
+++ b/docs/client.md
@@ -655,20 +655,7 @@ vmstart 6713ce26-941e-4d95-8e92-6b71d44bf75a
 
 ### Running nexus-exam
 
-<!--
-`nexus-exam` requires two environment variables:
-
-- `NEXUS_SERVER`: specifies the nexus server to connect to.
-- `NEXUS_CERT`: specifies the path to the public certificate required for encrypted communication (TLS) with the nexus server.
-
-Example of variables initialization:
-```
-export NEXUS_SERVER=10.136.26.127:1077
-export NEXUS_CERT=$(pwd)/ca-cert.isc-nexus-prod.pem
-```
--->
-
-The purpose of `nexus-exam` is to be used during live exam sessions. Students are provided with laptops configured to boot on dedicated USB keys. These USB keys feature a minimal Linux system that automatically run `nexus-exam` at boot time. 50 such USB keys have been created and are ready to be used.
+The purpose of `nexus-exam` is to be used during live exam sessions. Students are provided with laptops configured to boot on dedicated USB keys. These USB keys feature a minimal Linux system that automatically run `nexus-exam` at boot time. 80 such USB keys have been created and are ready to be used.
 The only thing that's necessary to use `nexus-exam` is to boot on one of the USB keys mentionned above.
 
 Additionally, `nexus-exam` can also be ran by booting on PXE on the nexus-exam image available to any loaned laptop connected to a RJ45 câble in a classroom or office.
-- 
GitLab