diff --git a/bert/services/factorio.nix b/bert/services/factorio.nix index 14747ff..b71fa13 100644 --- a/bert/services/factorio.nix +++ b/bert/services/factorio.nix @@ -4,9 +4,6 @@ ]; services.factorio = { enable = true; - package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/348ec8c846cce39c467cac90ddbbc9ce9bf61bd8.tar.gz") { - config.allowUnfree = true; - }).factorio-headless; openFirewall = true; nonBlockingSaving = true; game-name = "Chandler's Factorio Server";