Infini-OPTIPLEX: set factorio state directory

This commit is contained in:
Infinidoge 2024-02-03 05:08:54 -05:00
parent b19eb30e66
commit 0e4bafc99e
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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";