about summary refs log tree commit diff
path: root/modules/services
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-15 05:33:36 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-15 05:33:36 +0100
commit5db0887697b9614b4371b5e52de392fbb953a382 (patch)
tree63518eb346ec846da16a35791a97ab21af641c74 /modules/services
parent99d1fc2246af3be4ded31c44b9436d2d1c3886b7 (diff)
modules/starbound: Fix non-existing <value/> tag
Docbook XSL doesn't have such a tag and it really should be <literal/>
instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/starbound.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/services/starbound.nix b/modules/services/starbound.nix
index 378e35d2..e3b84706 100644
--- a/modules/services/starbound.nix
+++ b/modules/services/starbound.nix
@@ -101,8 +101,9 @@ in {
         description = ''
           Whether to allow anonymous connections to the server.
 
-          Set this to <value>false</value> and use <option>serverUsers</option>
-          to only allow specific accounts to connect.
+          Set this to <literal>false</literal> and use
+          <option>serverUsers</option> to only allow specific accounts to
+          connect.
         '';
       };