From 82e0023d8d89e82f40d1b4a45c6fffe1bd2b48d9 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 30 Jun 2025 21:48:41 +0200 Subject: [PATCH] no ap factorio --- hosts/nuos/configuration.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index dd23212..d386bb1 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -194,35 +194,6 @@ in restartIfChanged = true; }; - "ap-factorio" = - let - script = pkgs.writeShellScript "archipelago-server" '' - ${archipelago}/bin/archipelago FactorioClient -- --server-settings /home/noa/Archipelago/factorio-server-settings.json - ''; - in - { - enable = true; - serviceConfig = { - Type = "simple"; - User = "noa"; - ExecStart = "${script}"; - - BindPaths = [ - "/home/noa/Archipelago" - "/home/noa/.factorio" - ]; - Restart = "always"; - }; - wants = [ - "network-online.target" - ]; - after = [ - "network-online.target" - ]; - wantedBy = [ "multi-user.target" ]; - restartIfChanged = true; - }; - "update-from-flake" = { path = with pkgs; [ git