factorio: use own ref for faster update times
This commit is contained in:
commit
061db09f19
2 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -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