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
|
### game servers
|
||||||
# ./terraria.nix
|
# ./terraria.nix
|
||||||
# ./factorio.nix
|
./factorio.nix
|
||||||
# ./minecraft.nix
|
# ./minecraft.nix
|
||||||
# ./foundryvtt.nix
|
# ./foundryvtt.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue