From 4c5963dcaa248e09f65fe3a22cb423e30507faf4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:56:41 +0200 Subject: [PATCH] remove kde connect --- home/system/kdeconnect/default.nix | 7 ------- hosts/laptop/configuration.nix | 9 --------- hosts/laptop/home.nix | 1 - 3 files changed, 17 deletions(-) delete mode 100644 home/system/kdeconnect/default.nix diff --git a/home/system/kdeconnect/default.nix b/home/system/kdeconnect/default.nix deleted file mode 100644 index 1fa3ec8..0000000 --- a/home/system/kdeconnect/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -# KDE Connect is a project that enables all your devices to communicate with each other. (laptop/phone) -{ - services.kdeconnect = { - enable = true; - indicator = true; - }; -} diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 7dc3bcf..c874a83 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -26,15 +26,6 @@ home-manager.users."${config.var.username}" = import ./home.nix; - # For KDEConnect (Remove this if not needed) - networking.firewall = rec { - allowedTCPPortRanges = [{ - from = 1714; - to = 1764; - }]; - allowedUDPPortRanges = allowedTCPPortRanges; - }; - # Don't touch this system.stateVersion = "24.05"; } diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index e752b90..9b58c05 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -33,7 +33,6 @@ ../../home/system/mime ../../home/system/udiskie ../../home/system/clipman - ../../home/system/kdeconnect ../../home/system/tofi ./secrets # CHANGEME: You should probably remove this line, this is where I store my secrets