From 3960ae45c92036f79dc844a5d5154b518a30d1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Mon, 28 Nov 2022 11:39:21 +0100 Subject: [PATCH] update factorio settings --- hosts/chocolatebar/factorio/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/chocolatebar/factorio/default.nix b/hosts/chocolatebar/factorio/default.nix index 4c818be..d470d15 100644 --- a/hosts/chocolatebar/factorio/default.nix +++ b/hosts/chocolatebar/factorio/default.nix @@ -22,6 +22,7 @@ in enable = true; port = 34197; # The default, but make it explicit lan = true; + game-password = "pls-dont-grief"; admins = [ "doubtwriter" "kattykat" @@ -30,9 +31,13 @@ in autosave-interval = 3; game-name = "Babes plays v2"; requireUserVerification = false; + bind = "::"; mods = [ far-reach ]; }; + + networking.firewall.allowedUDPPorts = [ 34197 ]; + networking.firewall.allowedTCPPorts = [ 34197 ]; }; }