nixos-config/hosts/dell-5590/nixpkgs/kdeconnect.nix

16 lines
308 B
Nix
Raw Normal View History

2023-06-12 12:30:21 +00:00
{ pkgs, ... }: {
services.kdeconnect = {
enable = true;
};
}
# networking.firewall = {
# enable = true;
# allowedTCPPortRanges = [
# { from = 1714; to = 1764; } # KDE Connect
# ];
# allowedUDPPortRanges = [
# { from = 1714; to = 1764; } # KDE Connect
# ];
# }