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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/services/starbound.nix b/modules/services/starbound.nix
index 2f76eb84..273ac2b1 100644
--- a/modules/services/starbound.nix
+++ b/modules/services/starbound.nix
@@ -188,6 +188,7 @@ in {
     package = mkOption {
       type = types.package;
       default = pkgs.vuizvui.games.steam.starbound;
+      defaultText = "pkgs.vuizvui.games.steam.starbound";
       description = ''
         The starbound package to use for running this game server.
       '';