From 60bed36fe1e2aa0e17783fd9056561f5856ac15f Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sat, 23 Dec 2023 23:16:01 +0100 Subject: [PATCH] add localsend ports to firewall --- modules/graphical/shared.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/graphical/shared.nix b/modules/graphical/shared.nix index 41524e1..83f3526 100644 --- a/modules/graphical/shared.nix +++ b/modules/graphical/shared.nix @@ -41,6 +41,8 @@ in networking.firewall = { enable = true; + allowedTCPPorts = [ 53317 ]; #localsend + allowedUDPPorts = [ 53317 ]; #localsend allowedTCPPortRanges = [ { from = 1714; to = 1764; } # KDE Connect ];