diff --git a/hosts/sora/services/default.nix b/hosts/sora/services/default.nix index 2816151..6b0cb72 100644 --- a/hosts/sora/services/default.nix +++ b/hosts/sora/services/default.nix @@ -11,7 +11,7 @@ ### game servers # ./terraria.nix - # ./factorio.nix + ./factorio.nix # ./minecraft.nix # ./foundryvtt.nix ]; diff --git a/hosts/sora/services/factorio.nix b/hosts/sora/services/factorio.nix index b352b6d..d5f9778 100644 --- a/hosts/sora/services/factorio.nix +++ b/hosts/sora/services/factorio.nix @@ -1,6 +1,7 @@ -_: { +{pkgs, ...}: { services.factorio = { - enable = false; + enable = true; + package = pkgs.factorio-headless; public = false; lan = false; openFirewall = true;