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 = {
|
||||
enable = true;
|
||||
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/aa2922b69f0245008d93e9edf9f34894db724d89.tar.gz") {
|
||||
config.allowUnfree = true;
|
||||
}).factorio-headless;
|
||||
package = pkgs.factorio-headless;
|
||||
openFirewall = true;
|
||||
nonBlockingSaving = true;
|
||||
game-name = "Chandler's Factorio Server";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue