reformatting

This commit is contained in:
notgne2 2021-11-10 03:59:44 -07:00
parent 47f0cd1be2
commit 7f59c589a7
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
5 changed files with 226 additions and 215 deletions

View file

@ -56,7 +56,7 @@ in
}
{
name = "libpipewire-module-access";
args = {};
args = { };
}
{ name = "libpipewire-module-adapter"; }
{ name = "libpipewire-module-link-factory"; }

View file

@ -169,21 +169,27 @@ in
{
from = 27031;
to = 27036;
}
}
];
networking.firewall.allowedTCPPorts = [
# Steam remote play
27036
# Sunshine/moonlight streaming
47984 47989 48010
47984
47989
48010
];
networking.firewall.allowedUDPPorts = [
# Used for upnp or something?
1900
# Sunshine/moonlight streaming
47998 47999 48000 48002 48010
47998
47999
48000
48002
48010
];
# Shit breaks without this lol