From 5cd6756ceda7da9bfc467a7e2275d2a6a8bd1a80 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 17 Jun 2020 09:51:37 +0200 Subject: ma kdeconnect: init --- makefu/2configs/kdeconnect.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 makefu/2configs/kdeconnect.nix (limited to 'makefu/2configs/kdeconnect.nix') diff --git a/makefu/2configs/kdeconnect.nix b/makefu/2configs/kdeconnect.nix new file mode 100644 index 00000000..ca025ee4 --- /dev/null +++ b/makefu/2configs/kdeconnect.nix @@ -0,0 +1,6 @@ +{pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ kdeconnect ]; + networking.firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ]; + networking.firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ]; +} -- cgit v1.2.3