From 19f4a0015a12a2ef587fc4381ee8b7e0f3a87f0b Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 15 Aug 2016 21:22:09 +0200 Subject: modules/starbound: Remove upnpPortForwarding This option is no longer used in version 1.0.5. I've searched the server binary for anything related to this and in older versions there even was UpnpHolepuncher, which is now gone entirely. Signed-off-by: aszlig --- modules/services/starbound.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/services') diff --git a/modules/services/starbound.nix b/modules/services/starbound.nix index 1a5707e4..cc2f9f0a 100644 --- a/modules/services/starbound.nix +++ b/modules/services/starbound.nix @@ -36,7 +36,6 @@ let inherit (cfg) checkAssetsDigest clearPlayerFiles clearUniverseFiles; inherit (cfg) maxPlayers safeScripts serverName; - inherit (cfg) upnpPortForwarding; gameServerBind = cfg.bind; gameServerPort = cfg.port; @@ -265,14 +264,6 @@ in { ''; }; - upnpPortForwarding = mkOption { - type = types.bool; - default = true; - description = '' - Whether to use UPnP to forward ports from NAT gateways. - ''; - }; - maxPlayers = mkOption { type = types.int; default = 8; -- cgit 1.4.1