From c8bf3ae618af2dbc22b673f19932c65f11ec11c7 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 14 Oct 2024 09:58:00 -0500 Subject: [PATCH] clean up since online works with lan=true --- nixos/beefcake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index df44b9b..db91b35 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -1815,10 +1815,10 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 game-name = "Flanwheel Online"; description = "Space Age 2.0"; openFirewall = true; + lan = true; # public = true; # NOTE: cannot be true if requireUserVerification is false port = 34197; requireUserVerification = false; # critical for DRM-free users - lan = true; # NOTE: not sure if this interferes with online-ability? # contains the game password and account password for "public" servers extraSettingsFile = config.sops.secrets.factorio-server-settings.path;