aboutsummaryrefslogtreecommitdiff
path: root/nixos/apps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/apps.nix')
-rw-r--r--nixos/apps.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/apps.nix b/nixos/apps.nix
index 29d3bbc..2c70c50 100644
--- a/nixos/apps.nix
+++ b/nixos/apps.nix
@@ -42,6 +42,6 @@
programs.thunderbird.enable = true;
- networking.firewall.allowedTCPPorts = [ 53317 41567 5173 22 ];
- networking.firewall.allowedUDPPorts = [ 53317 41567 5173 22 ];
+ networking.firewall.allowedTCPPorts = [ 53317 41567 5173 22 9600 ];
+ networking.firewall.allowedUDPPorts = [ 53317 41567 5173 22 9600 ];
}