diff --git a/modules/networking.nix b/modules/networking.nix index 30e1846..c11e001 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -29,8 +29,8 @@ # networking.interfaces.enp5s0.useDHCP = lib.mkDefault true; # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [8080]; - networking.firewall.allowedUDPPorts = [8080]; + networking.firewall.allowedTCPPorts = [8080 10001 10002]; + networking.firewall.allowedUDPPorts = [8080 10001 10002]; # Or disable the firewall altogether. # networking.firewall.enable = false;