added satisfactory server to flake
This commit is contained in:
parent
a6aa3085e0
commit
16ca8d5bac
4 changed files with 54 additions and 1 deletions
|
@ -192,8 +192,9 @@
|
|||
networking.firewall.allowedTCPPorts = [
|
||||
43391 # used to forward minecraft traffic to minecraft.gabbie.blue:33991
|
||||
4455 # used for OBS websocket
|
||||
7777 # used for Satisfactory Server
|
||||
];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
networking.firewall.allowedUDPPorts = [ 7777 ];
|
||||
# networking.firewall.allowedTCPPortRanges = [
|
||||
# {
|
||||
# from = 49000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue