diff options
Diffstat (limited to 'nixos/apps.nix')
| -rw-r--r-- | nixos/apps.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/apps.nix b/nixos/apps.nix index 1c1814b..8f98fd2 100644 --- a/nixos/apps.nix +++ b/nixos/apps.nix @@ -34,6 +34,6 @@ }; # for Localsend - networking.firewall.allowedTCPPorts = [ 53317 ]; - networking.firewall.allowedUDPPorts = [ 53317 ]; + networking.firewall.allowedTCPPorts = [ 53317 8081 ]; + networking.firewall.allowedUDPPorts = [ 53317 8081 ]; } |
