sunshine ports

This commit is contained in:
mjallen18
2025-12-30 09:04:55 -06:00
parent 450dc1ad91
commit b91afbc323
2 changed files with 8 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ in
}; };
sunshine = { sunshine = {
enable = true; enable = true;
port = 47989;
}; };
tdarr = { tdarr = {
enable = false; enable = false;

View File

@@ -163,6 +163,13 @@ in
9200 9200
9233 9233
9980 9980
47984
47989
47990
47998
47999
48000
48010
]; ];
allowedUDPPorts = config.${namespace}.network.firewall.allowedTCPPorts; allowedUDPPorts = config.${namespace}.network.firewall.allowedTCPPorts;
}; };