factorio-headless: get pyanodons running

This commit is contained in:
Christoph Hollizeck 2025-05-12 10:00:42 +02:00
parent fa7db1fac6
commit 780a141609
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 7 additions and 7 deletions

8
flake.lock generated
View file

@ -1152,17 +1152,17 @@
},
"nixpkgs-latest-factorio": {
"locked": {
"lastModified": 1743943147,
"narHash": "sha256-4twtjynlPR8thJfN4Jty8ttMaAMXzuf/az1UCCL8mR4=",
"lastModified": 1746906442,
"narHash": "sha256-kQme/JyxLvfpabjoeOwEBzX/3fgkiCqffknGljeT1SU=",
"owner": "Daholli",
"repo": "nixpkgs",
"rev": "9b2e671195f25c73366bc36863bf64ded6f71194",
"rev": "b7b8918da23391e1bd5f12e2f2f602455680fb67",
"type": "github"
},
"original": {
"owner": "Daholli",
"repo": "nixpkgs",
"rev": "9b2e671195f25c73366bc36863bf64ded6f71194",
"rev": "b7b8918da23391e1bd5f12e2f2f602455680fb67",
"type": "github"
}
},

View file

@ -6,7 +6,7 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:nixos/nixpkgs/master";
nixpkgs-latest-factorio.url = "github:Daholli/nixpkgs/9b2e671195f25c73366bc36863bf64ded6f71194";
nixpkgs-latest-factorio.url = "github:Daholli/nixpkgs/b7b8918da23391e1bd5f12e2f2f602455680fb67";
nixpkgs-tuya-vacuum.url = "github:Daholli/nixpkgs/84b34e39e7a0879367189f34401191f6a0364bcf";
home-manager = {

View file

@ -39,7 +39,7 @@ in
};
templates."extraSettingsFile.json".content = ''
{
"name": "WarptorioHolli",
"name": "Pyanodons Holli",
"description": "Trying to run a factorio-headless-server on my nix system",
"tags": ["vanilla"],
"max_players": 10,
@ -66,7 +66,7 @@ in
lan = true;
nonBlockingSaving = true;
autosave-interval = 15;
saveName = "Warptorio";
saveName = "Pyanodons";
admins = [
"daholli"
"galbrain"