From b8d684e899d301db4316c746f9c77f77b7b0ba91 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 17 Jul 2024 23:53:21 -0400 Subject: [PATCH] sora: enable factorio --- hosts/sora/services/default.nix | 2 +- hosts/sora/services/factorio.nix | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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;