{ config, lib, pkgs, ... }: { services.factorio = { enable = true; package = pkgs.unstable.factorio-headless; public = false; nonBlockingSaving = true; loadLatestSave = true; game-name = "cocaine.farm"; bind = "178.63.224.10"; }; services.xonotic = { enable = true; settings = { net_address = "178.63.224.10"; hostname = "cocaine.farm xonotic $g_xonoticversion"; }; }; }