diff --git a/home/home.nix b/home/home.nix index 2fb8d0c..a41d99a 100644 --- a/home/home.nix +++ b/home/home.nix @@ -92,6 +92,7 @@ }; services = { + kdeconnect.enable = true; mbsync = { enable = true; frequency = "*:0/10"; diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index 6069ffd..ddd3295 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -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. It‘s perfectly fine and recommended to leave