Skip to content

Commit

Permalink
KDE Connect firewall changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Octelly committed Aug 6, 2024
1 parent ca72f53 commit d87b266
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/shared/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
enable = true;
enableStrongSwan = true;
};
networking.firewall = {
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDEConnect
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDEConnect
];
};

time = {
timeZone = "Europe/Prague";
Expand Down

0 comments on commit d87b266

Please sign in to comment.