Factorio: Difference between revisions
imported>Mac-chaffee m fix nixos-rebuild syntax |
imported>Mac-chaffee mention IPv6 support |
||
| Line 28: | Line 28: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
This will run a non-password-protected server that binds to "0.0.0.0" and uses the default UDP port of 34197, with an auto-generated save file. All default settings can be seen here: https://search.nixos.org/options?&query=factorio | This will run a non-password-protected server that binds to "0.0.0.0" and uses the default UDP port of 34197, with an auto-generated save file. Factorio servers support IPv6 by setting <code>bind = "[::]";</code>. All default settings can be seen here: https://search.nixos.org/options?&query=factorio | ||
== Mods == | == Mods == | ||