diff options
Diffstat (limited to 'modules/games/acc.nix')
| -rw-r--r-- | modules/games/acc.nix | 3 |
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 ]; } |
