From 94f81f1add03e131c983b49a8b3a1b0a38009683 Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Sun, 9 Mar 2025 16:27:46 -0500
Subject: [PATCH] games: open abiotic-factor udp ports

Signed-off-by: Myned <dev@bjork.tech>
---
 options/custom/settings/games.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/options/custom/settings/games.nix b/options/custom/settings/games.nix
index 7d2fdf2..1b54442 100644
--- a/options/custom/settings/games.nix
+++ b/options/custom/settings/games.nix
@@ -18,6 +18,11 @@ in {
         7777
         27015
       ];
+
+      allowedUDPPorts = optionals cfg.abiotic-factor [
+        7777
+        27015
+      ];
     };
   };
 }