added satisfactory server to flake

This commit is contained in:
Gabriella Bere 2024-09-13 15:14:45 +01:00
parent a6aa3085e0
commit 16ca8d5bac
4 changed files with 54 additions and 1 deletions

View file

@ -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;