From 59542d4de78bded50ad00ab661fe5b7e846afadf Mon Sep 17 00:00:00 2001 From: Leon Liu Date: Sun, 5 Nov 2023 08:38:04 +0900 Subject: [PATCH] Add. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 304515a..18788aa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -155,7 +155,7 @@ # services.openssh.enable = true; # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; + networking.firewall.allowedTCPPorts = [ 8096 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false;