KDEConnect!

This commit is contained in:
Benson Chu 2024-01-28 18:41:20 -06:00
parent 12aa874f97
commit 8fd0cc02f6
2 changed files with 11 additions and 0 deletions

View file

@ -92,6 +92,7 @@
};
services = {
kdeconnect.enable = true;
mbsync = {
enable = true;
frequency = "*:0/10";

View file

@ -117,6 +117,16 @@ in
hardware.gkraken.enable = true;
networking.firewall = {
enable = true;
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave