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

@ -7,7 +7,7 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:nixos/nixpkgs/master";
nixpkgs-latest-factorio.url = "github:Daholli/nixpkgs/7e0f2ad1137468b04623a6f0f2bc98b9696241f4";
nixpkgs-latest-factorio.url = "github:Daholli/nixpkgs/19493dc0ad16ffd5414ac9b4e12179d0e1b98468";
home-manager = {
url = "github:nix-community/home-manager/master";

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