sora: add factorio

This commit is contained in:
notohh 2023-12-28 21:43:46 -05:00
parent 84d7e3ddd5
commit 77906ff047
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 12 additions and 1 deletions

View file

@ -4,6 +4,6 @@
./uptimekuma.nix
./gotify.nix
./tailscale.nix
./neko.nix
./factorio.nix
];
}

View file

@ -0,0 +1,11 @@
_: {
services.factorio = {
enable = false;
public = false;
lan = false;
openFirewall = true;
admins = ["notoh"];
game-name = "forsen";
autosave-interval = 20;
};
}