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;