cofractal-ams01: stop factorio versions.json splicing, disable ipfs

This commit is contained in:
Luke Granger-Brown 2023-04-15 00:41:49 +00:00
parent 441da28507
commit 857e659f1f

View file

@ -225,7 +225,7 @@ in
services.sonarr.enable = true; services.sonarr.enable = true;
services.radarr.enable = true; services.radarr.enable = true;
services.kubo = { services.kubo = {
enable = true; enable = false; # kubo is so expensive for no reason :/
settings = { settings = {
Discovery.MDNS.Enabled = false; Discovery.MDNS.Enabled = false;
Swarm.DisableNatPortMap = true; Swarm.DisableNatPortMap = true;
@ -241,12 +241,6 @@ in
services.factorio = { services.factorio = {
inherit (depot.ops.secrets.factorio) username token; inherit (depot.ops.secrets.factorio) username token;
enable = true; enable = true;
package = pkgs.factorio-headless.override {
versionsJson = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/NixOS/nixpkgs/fcd190ad2ade277aa1e5276beadd61210bcd2441/pkgs/games/factorio/versions.json";
sha256 = "sha256:0w5d4vhlsi7n496jm1yszydblb9k8w6ldk5v5i3fh183snaxaqnj";
};
};
saveName = "lukegb20230312-krastorio2"; saveName = "lukegb20230312-krastorio2";
game-name = "Briefcase Full of Bees"; game-name = "Briefcase Full of Bees";
mods = depot.nix.pkgs.factorio-mods._all; mods = depot.nix.pkgs.factorio-mods._all;