bert: Use upstream factorio package
This commit is contained in:
parent
004cc9649c
commit
0f8ac0dadd
1 changed files with 1 additions and 3 deletions
|
|
@ -4,9 +4,7 @@
|
||||||
];
|
];
|
||||||
services.factorio = {
|
services.factorio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/aa2922b69f0245008d93e9edf9f34894db724d89.tar.gz") {
|
package = pkgs.factorio-headless;
|
||||||
config.allowUnfree = true;
|
|
||||||
}).factorio-headless;
|
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
nonBlockingSaving = true;
|
nonBlockingSaving = true;
|
||||||
game-name = "Chandler's Factorio Server";
|
game-name = "Chandler's Factorio Server";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue