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.nix9
1 files changed, 0 insertions, 9 deletions
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;