Infini-OPTIPLEX: transfer services to Infini-DL360

This commit is contained in:
Infinidoge 2024-05-05 19:20:56 -04:00
parent 253c57dd8f
commit a9ccc13825
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
9 changed files with 7 additions and 7 deletions

View file

@ -0,0 +1,20 @@
{ config, private, ... }:
{
services.factorio = {
enable = true;
openFirewall = true;
loadLatestSave = true;
stateDir = "/srv/factorio";
admins = [ "Infinidoge" ];
game-name = "Hacktorio";
game-password = private.variables.factorio-password;
mapGenSettings = {
seed = "2239686687";
};
};
}