From 5bb11d4731f97cd301738e77aa704933e54cad97 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 23 Oct 2023 01:23:19 +0200
Subject: [PATCH] fix: ci pipeline

---
 .gitlab-ci.yml | 2 +-
 devenv.nix     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2c7047..7dfd592 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ variables:
   NIXPKGS_ALLOW_UNFREE: "1"
   NIXPKGS_ALLOW_INSECURE: "1"
   DOCKER_DRIVER: overlay2
-  DOCKER_HOST: tcp://dind:2375
+  DOCKER_HOST: tcp://192.168.1.91:2375
   GIT_DEPTH: 10
 
 stages:
diff --git a/devenv.nix b/devenv.nix
index 000c2ef..25f7091 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -316,7 +316,7 @@ EOF
       NIXPKGS_ALLOW_UNFREE: "1"
       NIXPKGS_ALLOW_INSECURE: "1"
       DOCKER_DRIVER: overlay2
-      DOCKER_HOST: tcp://dind:2375
+      DOCKER_HOST: tcp://192.168.1.91:2375
       GIT_DEPTH: 10
 
     stages:
-- 
GitLab