about summary refs log tree commit diff
path: root/modules/services
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-08-15 23:38:38 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-08-15 23:38:38 +0200
commitafca75ffd8038236943d5d7e39dda912328bbea5 (patch)
treea60d5fb829b511e2103421ecff889ad0db29b775 /modules/services
parent3e82dd621d56995dda4b74662e3a5150aafdb0f8 (diff)
modules/starbound: Rename checkAssetsDigest
The new option seems to be allowAssetsMismatch and the checkAssetsDigest
doesn't seem to be referenced anywhere in the Starbound binaries except
within the default configuration templates.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/starbound.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/services/starbound.nix b/modules/services/starbound.nix
index 91053758..ae031df3 100644
--- a/modules/services/starbound.nix
+++ b/modules/services/starbound.nix
@@ -34,8 +34,8 @@ let
       inherit (attrs) admin password;
     }) cfg.users;
 
-    inherit (cfg) checkAssetsDigest clearPlayerFiles clearUniverseFiles;
-    inherit (cfg) maxPlayers safeScripts serverName serverFidelity;
+    inherit (cfg) allowAssetsMismatch clearPlayerFiles clearUniverseFiles;
+    inherit (cfc) maxPlayers safeScripts serverName serverFidelity;
 
     gameServerBind = cfg.bind;
     gameServerPort = cfg.port;
@@ -134,7 +134,7 @@ in {
       '';
     };
 
-    checkAssetsDigest = mkOption {
+    allowAssetsMismatch = mkOption {
       type = types.bool;
       default = false;
       description = ''