From 8cad7c3620a18c5fd3021b557d6d81bbcd135ba5 Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 16:22:54 +0200 Subject: [PATCH] error whom --- hosts/tesla-nixos/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 4af10ff..bd386f7 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -134,7 +134,6 @@ # GitLab Runner services.gitlab-runner = { enable = true; - user = "gitlab-runner"; services = { ci-nspawn-rootless-podman = { @@ -176,7 +175,7 @@ mount_program = "${pkgs.fuse-overlayfs}/bin/fuse-overlayfs" additionalimagestores = [] ''; - }; # end containers.ci.config - }; # end containers.ci + }; # end containers.gitlab-runner.config + }; # end containers.gitlab-runner } # end file