summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-03 15:34:18 +0200
committermakefu <github@syntax-fehler.de>2023-06-03 15:34:18 +0200
commite55cc0644eda087ce49a854536b69cd3fd74f9af (patch)
tree8e5fdfaa0a4393c4a6db88437605c9d67c811d35 /makefu
parent20746ea5f4e6b31171a65aa7026d13356ce6ce68 (diff)
ma kdeconnect: reformat
Diffstat (limited to 'makefu')
-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 ca025ee43..b9110dee8 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; } ];
}