stockholm/makefu/2configs/kdeconnect.nix
2020-06-17 09:51:37 +02:00

7 lines
238 B
Nix

{pkgs, ... }:
{
environment.systemPackages = with pkgs; [ kdeconnect ];
networking.firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
networking.firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
}