From ea5cd5489eff05865dcc56bfd55329501258f071 Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 16:25:19 +0200 Subject: [PATCH] another day another hallucination --- hosts/tesla-nixos/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index bd386f7..c1d0985 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -150,8 +150,6 @@ "/var/lib/gitlab-runner/cache:/cache" ]; - # If your nixpkgs exposes it (most do), point Docker executor at Podman: - dockerHost = "unix:///run/user/$(id -u gitlab-runner)/podman/podman.sock"; # If that option isn’t available in your channel, instead supply a full # config.toml via `services.gitlab-runner.configFile` where you set: # [runners.docker]