Skip to content

Commit b3596b4

Browse files
committed
feat: add factorio ports to nebula
1 parent d12c96c commit b3596b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hosts/nixos/gaming/configuration.nix

+10
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,16 @@ in {
442442
127.0.0.1 rewind.dev.c4er.com
443443
'';
444444

445+
# Firewall ports only for Nebula VPN users
446+
firewall.interfaces."nebula1".allowedTCPPorts = [
447+
34197 # Factorio
448+
];
449+
450+
# Firewall ports only for Nebula VPN users
451+
firewall.interfaces."nebula1".allowedUDPPorts = [
452+
34197 # Factorio
453+
];
454+
445455
# Open ports in the firewall.
446456
firewall.allowedTCPPorts = [
447457
# sunshine

0 commit comments

Comments
 (0)