From 1e73d1aba1fa3db55fc729c6d9f861ef2eae4cb6 Mon Sep 17 00:00:00 2001 From: makefu <github@syntax-fehler.de> Date: Sat, 3 Jun 2023 15:34:18 +0200 Subject: [PATCH] ma kdeconnect: reformat --- 2configs/kdeconnect.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2configs/kdeconnect.nix b/2configs/kdeconnect.nix index ca025ee..b9110de 100644 --- a/2configs/kdeconnect.nix +++ b/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; } ]; }