Skip to content

Commit

Permalink
Use kdeconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Oct 26, 2024
1 parent ecd2f5f commit bcb5a71
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/home/kdeconnect.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,4 @@
services.kdeconnect = {
enable = true;
};

networking.firewall = rec {
allowedTCPPortRanges = [
{
from = 1714;
to = 1764;
}
];
allowedUDPPortRanges = allowedTCPPortRanges;
};
}

0 comments on commit bcb5a71

Please sign in to comment.