From afca75ffd8038236943d5d7e39dda912328bbea5 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 15 Aug 2016 23:38:38 +0200 Subject: 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 --- modules/services/starbound.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/services') 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 = '' -- cgit 1.4.1