Skip to content

Commit

Permalink
feat: add factorio ports to nebula
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Dec 7, 2024
1 parent d12c96c commit b3596b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hosts/nixos/gaming/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,16 @@ in {
127.0.0.1 rewind.dev.c4er.com
'';

# Firewall ports only for Nebula VPN users
firewall.interfaces."nebula1".allowedTCPPorts = [
34197 # Factorio
];

# Firewall ports only for Nebula VPN users
firewall.interfaces."nebula1".allowedUDPPorts = [
34197 # Factorio
];

# Open ports in the firewall.
firewall.allowedTCPPorts = [
# sunshine
Expand Down

0 comments on commit b3596b4

Please sign in to comment.