fix wine, non-lowlatency pipewire, and catt

This commit is contained in:
notgne2 2022-06-13 02:20:07 -07:00
parent 91eea7811a
commit 7ac8e1f861
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
4 changed files with 13 additions and 5 deletions

View file

@ -234,6 +234,14 @@ in {
}
];
networking.firewall.allowedTCPPortRanges = [
# Used for chromecast bullshit
{
from = 45000;
to = 47000;
}
];
networking.firewall.allowedTCPPorts = [
# Steam remote play
27036