From 940120a711930eab13883f56c677cf2a4580b14e Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 14 Apr 2016 21:16:14 +0200 Subject: 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 --- nixos/modules/services/misc/taskserver/doc.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/modules/services/misc/taskserver/doc.xml b/nixos/modules/services/misc/taskserver/doc.xml index 15125b1411bd..48591129264a 100644 --- a/nixos/modules/services/misc/taskserver/doc.xml +++ b/nixos/modules/services/misc/taskserver/doc.xml @@ -102,11 +102,11 @@ services.taskserver.enable = true; services.taskserver.fqdn = "server"; services.taskserver.listenHost = "::"; - services.taskserver.organisations.NixOS.users = [ "alice" ]; + services.taskserver.organisations.my-company.users = [ "alice" ]; } - This creates an organisation called NixOS with the user - alice. + This creates an organisation called my-company with the + user alice. @@ -114,7 +114,7 @@ machine alicebox, all we need to do is something like this: -$ ssh server nixos-taskserver user export NixOS alice | sh +$ ssh server nixos-taskserver user export my-company alice | sh Of course, if no SSH daemon is available on the server you can also copy & paste it directly into a shell. -- cgit 1.4.1