ma kdeconnect: reformat

This commit is contained in:
makefu 2023-06-03 15:34:18 +02:00
parent 20746ea5f4
commit e55cc0644e
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 3 additions and 3 deletions

View File

@ -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; } ];
}