From 14f5aee907f2ccdc44213d42bff80db9f97bf067 Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 16:06:47 +0200 Subject: [PATCH] one hallucination at a time --- hosts/tesla-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 8d83de6..00e1738 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -31,7 +31,7 @@ "d /var/lib/gitlab-runner 0755 root root -" ]; - containers.ci = { + containers.gitlab-runner = { autoStart = true; ephemeral = false;