reformatting
This commit is contained in:
parent
47f0cd1be2
commit
7f59c589a7
5 changed files with 226 additions and 215 deletions
|
@ -56,7 +56,7 @@ in
|
|||
}
|
||||
{
|
||||
name = "libpipewire-module-access";
|
||||
args = {};
|
||||
args = { };
|
||||
}
|
||||
{ name = "libpipewire-module-adapter"; }
|
||||
{ name = "libpipewire-module-link-factory"; }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue