From a03d15de13692267c1eb7c2a3df7a8eff675dada Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 17 Nov 2024 06:17:44 -0500 Subject: [PATCH] Infini-DL360/factorio: switch to hacktorio 3 space age world --- hosts/Infini-DL360/factorio.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hosts/Infini-DL360/factorio.nix b/hosts/Infini-DL360/factorio.nix index 85f5f32..fe05b28 100644 --- a/hosts/Infini-DL360/factorio.nix +++ b/hosts/Infini-DL360/factorio.nix @@ -10,12 +10,8 @@ admins = [ "Infinidoge" ]; - saveName = "hacktorio2"; - game-name = "Hacktorio 2"; + saveName = "hacktorio_space_age"; + game-name = "Hacktorio 3: Space Age"; game-password = private.variables.factorio-password; - - mapGenSettings = { - seed = "3940972377"; - }; }; }