From 55c32a778b87b7ad363dfcaaef6eb23298ea6797 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Tue, 27 Aug 2024 14:55:18 -0400 Subject: [PATCH] skibidi --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index b25e72a..94d599a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -230,7 +230,7 @@ in }; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 1935 4455 80 443 1234 22 ]; + networking.firewall.allowedTCPPorts = [ 1935 4455 80 443 1234 69 ]; networking.firewall.allowedUDPPorts = [ 4455 ]; # Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).