update tha factorio
This commit is contained in:
parent
86a7a73e07
commit
7e781a9a31
1 changed files with 4 additions and 3 deletions
|
|
@ -271,9 +271,10 @@ in
|
||||||
};
|
};
|
||||||
factorio = {
|
factorio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.factorio-headless.override {
|
# package = pkgs.factorio-headless.override {
|
||||||
versionsJson = ./versions.json;
|
# versionsJson = ./versions.json;
|
||||||
};
|
# };
|
||||||
|
package = pkgs.factorio-headless;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
public = true;
|
public = true;
|
||||||
nonBlockingSaving = true;
|
nonBlockingSaving = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue