summaryrefslogtreecommitdiff
path: root/modules/kde-connect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/kde-connect.nix')
-rw-r--r--modules/kde-connect.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/kde-connect.nix b/modules/kde-connect.nix
deleted file mode 100644
index 3705c44..0000000
--- a/modules/kde-connect.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ config, lib, ... }: {
- networking.firewall = {
- allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
- allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
- };
- programs.kdeconnect.enable = true;
-}