From bf8d2bf472ba24524a5972177ea22811116e848c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 6 Nov 2024 10:42:46 -0500 Subject: [PATCH] Infini-DL360: switch factorio to hacktorio2 world --- hosts/Infini-DL360/factorio.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/Infini-DL360/factorio.nix b/hosts/Infini-DL360/factorio.nix index e050755..85f5f32 100644 --- a/hosts/Infini-DL360/factorio.nix +++ b/hosts/Infini-DL360/factorio.nix @@ -10,11 +10,12 @@ admins = [ "Infinidoge" ]; - game-name = "Hacktorio"; + saveName = "hacktorio2"; + game-name = "Hacktorio 2"; game-password = private.variables.factorio-password; mapGenSettings = { - seed = "2239686687"; + seed = "3940972377"; }; }; }