diff --git a/hosts/rahu/configuration.nix b/hosts/rahu/configuration.nix index f1db5b8..f35efa3 100644 --- a/hosts/rahu/configuration.nix +++ b/hosts/rahu/configuration.nix @@ -149,7 +149,7 @@ openFirewall = true; }; }; - networking.firewall.allowedTCPPorts = [ 8384 22000 ]; + networking.firewall.allowedTCPPorts = [ 8384 22000 2342 ]; networking.firewall.allowedUDPPorts = [ 22000 21027 ]; system.stateVersion = "23.11"; }