From cc6b07ad96f9b5b19af5e8c92d2104b42a6c4aca Mon Sep 17 00:00:00 2001 From: yaroslav Date: Fri, 20 Jun 2025 13:22:30 +0300 Subject: [PATCH] added port for nitrox --- hosts/Aphelion/hardware-Aphelion.nix | 2 +- hosts/generic/unfree_allow.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/Aphelion/hardware-Aphelion.nix b/hosts/Aphelion/hardware-Aphelion.nix index c6a9c91..86d947f 100644 --- a/hosts/Aphelion/hardware-Aphelion.nix +++ b/hosts/Aphelion/hardware-Aphelion.nix @@ -87,7 +87,7 @@ }; networking.firewall.allowedTCPPorts = [ 4444 ]; - networking.firewall.allowedUDPPorts = [ 69 ]; + networking.firewall.allowedUDPPorts = [ 69 1100 ]; programs.amnezia-vpn.enable = true; services.tftpd.enable = true; diff --git a/hosts/generic/unfree_allow.nix b/hosts/generic/unfree_allow.nix index 876a37f..9538fd5 100644 --- a/hosts/generic/unfree_allow.nix +++ b/hosts/generic/unfree_allow.nix @@ -8,5 +8,6 @@ "steam-unwrapped" "steam-original" "steam-run" + "teamspeak-server" ]; }