remove kde connect

Former-commit-id: 4c5963dcaa
This commit is contained in:
Hadi
2024-10-16 18:56:41 +02:00
parent 6f553426e6
commit aa2fec2609
3 changed files with 0 additions and 17 deletions
-9
View File
@@ -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";
}