From e97ecf3f58ff3f5b4eb667847cb57385d89721cd Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Tue, 12 Mar 2024 00:22:20 +0100 Subject: [PATCH] dregil: Allow port 5223 for simplex desktop --- hosts/dregil/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dregil/configuration.nix b/hosts/dregil/configuration.nix index cd23964..186fa29 100644 --- a/hosts/dregil/configuration.nix +++ b/hosts/dregil/configuration.nix @@ -101,7 +101,7 @@ in { services.blueman.enable = true; # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; + networking.firewall.allowedTCPPorts = [ 5223 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false;