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 6ea2285..b8f6e9b 100644
--- a/nixos/apps.nix
+++ b/nixos/apps.nix
@@ -37,6 +37,6 @@
];
};
- networking.firewall.allowedTCPPorts = [ 53317 8081 4173 ];
- networking.firewall.allowedUDPPorts = [ 53317 8081 4173 ];
+ networking.firewall.allowedTCPPorts = [ 53317 8081 4173 3001 ];
+ networking.firewall.allowedUDPPorts = [ 53317 8081 4173 3001 ];
}