about summary refs log tree commit diff
path: root/modules/services
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-15 05:19:57 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-15 05:19:57 +0100
commit24b0003cb8471b0bec95551c05d5cbbcb6e2af9c (patch)
tree9e00b52cea491c65f1c41427c41fd6c3ae1534c6 /modules/services
parentd00a741e4954c5882205ef7027b2be796d4f92a0 (diff)
modules/starbound: Provide description for users
Geesh, forgot to add it in b5ef6a6f32ebed51255918ed100c12e8dfa165c6.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/starbound.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/services/starbound.nix b/modules/services/starbound.nix
index 273ac2b1..378e35d2 100644
--- a/modules/services/starbound.nix
+++ b/modules/services/starbound.nix
@@ -132,6 +132,10 @@ in {
           '';
         };
       });
+      default = {};
+      description = ''
+        User accounts to allow connection to the Starbound server.
+      '';
     };
 
     checkAssetsDigest = mkOption {