added firewall support for KDE connect

This commit is contained in:
2026-07-04 16:08:08 -05:00
parent 6e01ff9341
commit cded37b1bd
+9
View File
@@ -129,6 +129,15 @@
# services.openssh.enable = true;
# Open ports in the firewall.
networking.firewall = {
allowedTCPPortRanges = [
{ from = 1714; to = 1764; }
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; }
];
};
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.