sora: enable factorio
This commit is contained in:
parent
0cea7c3e06
commit
b8d684e899
2 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
### game servers
|
||||
# ./terraria.nix
|
||||
# ./factorio.nix
|
||||
./factorio.nix
|
||||
# ./minecraft.nix
|
||||
# ./foundryvtt.nix
|
||||
];
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
services.factorio = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
package = pkgs.factorio-headless;
|
||||
public = false;
|
||||
lan = false;
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Reference in a new issue