about summary refs log tree commit diff
path: root/modules/services
diff options
context:
space:
mode:
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 {