aboutsummaryrefslogtreecommitdiff
path: root/modules/games/acc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/games/acc.nix')
-rw-r--r--modules/games/acc.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/games/acc.nix b/modules/games/acc.nix
index c9a50eb..26a9781 100644
--- a/modules/games/acc.nix
+++ b/modules/games/acc.nix
@@ -18,4 +18,7 @@
environment = { };
};
};
+
+ networking.firewall.allowedTCPPorts = [ 9232 ];
+ networking.firewall.allowedUDPPorts = [ 9231 ];
}