Infini-OPTIPLEX: set factorio state directory
This commit is contained in:
parent
b19eb30e66
commit
0e4bafc99e
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ config, private, ... }:
|
{ config, private, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
persist.directories = [ "/var/lib/factorio" ];
|
|
||||||
|
|
||||||
services.factorio = {
|
services.factorio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
loadLatestSave = true;
|
loadLatestSave = true;
|
||||||
|
|
||||||
|
stateDir = "/srv/factorio";
|
||||||
|
|
||||||
admins = [ "Infinidoge" ];
|
admins = [ "Infinidoge" ];
|
||||||
|
|
||||||
game-name = "Hacktorio";
|
game-name = "Hacktorio";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue