summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/kdeconnect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/kdeconnect.nix')
-rw-r--r--makefu/2configs/kdeconnect.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/2configs/kdeconnect.nix b/makefu/2configs/kdeconnect.nix
index ca025ee4..b9110dee 100644
--- a/makefu/2configs/kdeconnect.nix
+++ b/makefu/2configs/kdeconnect.nix
@@ -1,6 +1,6 @@
{pkgs, ... }:
{
- environment.systemPackages = with pkgs; [ kdeconnect ];
- networking.firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
- networking.firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
+ environment.systemPackages = with pkgs; [ kdeconnect ];
+ networking.firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
+ networking.firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
}