summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir/factorio.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir/factorio.nix b/ymir/factorio.nix
index 950e87e5..75042762 100644
--- a/ymir/factorio.nix
+++ b/ymir/factorio.nix
@@ -13,7 +13,7 @@ let
13 inherit deps optionalDeps recommendedDeps; 13 inherit deps optionalDeps recommendedDeps;
14 }; 14 };
15 15
16 mods = rec { 16 availableMods = rec {
17 autofill = modPortalDrv { 17 autofill = modPortalDrv {
18 id = 354; 18 id = 354;
19 name = "autofill"; 19 name = "autofill";
@@ -67,7 +67,7 @@ in {
67 services.factorio = { 67 services.factorio = {
68 enable = true; 68 enable = true;
69 saveName = config.network.hostname; 69 saveName = config.network.hostname;
70 mods = [ 70 mods = with availableMods; [
71 autofill 71 autofill
72 EvoGUI 72 EvoGUI
73 factorio-reach 73 factorio-reach