open ports for LocalSend and KDE Connect

pull/8/merge
Álex Santiago 6 months ago committed by GitHub
parent 5b75b1d8ce
commit d7e0968415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -148,6 +148,7 @@
htop
hyfetch
kdePackages.kdeconnect-kde
localsend
logitech-udev-rules
meslo-lgs-nf
microcodeIntel
@ -173,6 +174,18 @@
# OpenSSH daemon
services.openssh.enable = true;
networking.firewall = {
enable = true;
allowedTCPPorts = [ 53317 ]; # LocalSend
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
allowedUDPPorts = [ 53317 ]; # LocalSend
allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
};
system.stateVersion = "23.11";
}

Loading…
Cancel
Save