factorio: use own ref for faster update times

This commit is contained in:
Christoph Hollizeck 2024-10-28 12:11:57 +01:00
commit 061db09f19
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E
2 changed files with 3 additions and 3 deletions

View file

@ -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;
};