MyNixOS website logo
option

services.factorio.extraSettings

Extra game configuration that will go into server-settings.json.

Declarations
Type
attribute set
Default
{ }
Example
{
  admins = [
    "username"
  ];
}