kde connect, pipewire casting, swayidle

This commit is contained in:
tristan 2023-04-22 09:31:03 +01:00
parent c76ad7b231
commit 0ef2de2dac
2 changed files with 31 additions and 0 deletions

View file

@ -34,6 +34,12 @@
};
# pipewire raop
networking.firewall.allowedUDPPorts = [ 6002 6001 ];
# network streaming
networking.firewall.allowedTCPPorts = [ 4713 ];
# kde connect
networking.firewall.allowedTCPPortRanges = [{ from = 1714; to = 1764; }];
networking.firewall.allowedUDPPortRanges = [{ from = 1714; to = 1764; }];
services.avahi.enable = true;