kde connect, pipewire casting, swayidle
This commit is contained in:
parent
c76ad7b231
commit
0ef2de2dac
2 changed files with 31 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue