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, ... }:
|
||||
|
||||
{
|
||||
persist.directories = [ "/var/lib/factorio" ];
|
||||
|
||||
services.factorio = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
loadLatestSave = true;
|
||||
|
||||
stateDir = "/srv/factorio";
|
||||
|
||||
admins = [ "Infinidoge" ];
|
||||
|
||||
game-name = "Hacktorio";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue