[feat] Fix kdeconnect

This commit is contained in:
uttarayan21
2024-03-14 03:05:12 +05:30
parent 28fca4d929
commit e30e6de8e0
3 changed files with 25 additions and 2 deletions

View File

@@ -195,6 +195,16 @@
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
networking.firewall = {
enable = true;
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions