sora: enable factorio

This commit is contained in:
notohh 2024-07-17 23:53:21 -04:00
parent 0cea7c3e06
commit b8d684e899
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 4 additions and 3 deletions

View file

@ -11,7 +11,7 @@
### game servers ### game servers
# ./terraria.nix # ./terraria.nix
# ./factorio.nix ./factorio.nix
# ./minecraft.nix # ./minecraft.nix
# ./foundryvtt.nix # ./foundryvtt.nix
]; ];

View file

@ -1,6 +1,7 @@
_: { {pkgs, ...}: {
services.factorio = { services.factorio = {
enable = false; enable = true;
package = pkgs.factorio-headless;
public = false; public = false;
lan = false; lan = false;
openFirewall = true; openFirewall = true;