Infini-OPTIPLEX: transfer services to Infini-DL360
This commit is contained in:
parent
253c57dd8f
commit
a9ccc13825
9 changed files with 7 additions and 7 deletions
|
@ -1,20 +0,0 @@
|
|||
{ 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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue