factorio: use own ref for faster update times
This commit is contained in:
commit
061db09f19
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ in
|
|||
};
|
||||
templates."extraSettingsFile.json".content = ''
|
||||
{
|
||||
"name": "SpaceAge",
|
||||
"name": "SpaceAgeHolli",
|
||||
"description": "Trying to run a factorio-headless-server on my nix system",
|
||||
"tags": ["vanilla"],
|
||||
"max_players": 10,
|
||||
|
@ -53,7 +53,7 @@ in
|
|||
public = true;
|
||||
lan = true;
|
||||
nonBlockingSaving = true;
|
||||
autosave-interval = 5;
|
||||
autosave-interval = 15;
|
||||
saveName = "SpaceAge";
|
||||
extraSettingsFile = config.sops.templates."extraSettingsFile.json".path;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue