diff options
| author | Max Audron <audron@cocaine.farm> | 2024-10-22 19:28:59 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-10-22 19:28:59 +0200 |
| commit | b8d073f6cdaf6925f8ef3c01e3c593b0bba5cf51 (patch) | |
| tree | aa4573592e1072ccd1522583fd6ae693beb54598 /modules/games/default.nix | |
| parent | deploy satisfactory server (diff) | |
update factorio
Diffstat (limited to '')
| -rw-r--r-- | modules/games/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/games/default.nix b/modules/games/default.nix index 7c33658..405a842 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -5,7 +5,7 @@ services.factorio = { enable = true; - package = pkgs.unstable.factorio-headless; + package = pkgs.master.factorio-headless; public = false; nonBlockingSaving = true; |
