diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7dfd592732f8373f9640f9614877422135031df0..dbf0cd6172e2468365f6f86f44fc7ff19e0c76a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ image: docker-registry.schukai.com:443/nixos-ci-devenv:latest
 
 services:
   - docker:dind
+    
 
 variables:
   # The repo name as used in
@@ -17,7 +18,7 @@ variables:
   NIXPKGS_ALLOW_UNFREE: "1"
   NIXPKGS_ALLOW_INSECURE: "1"
   DOCKER_DRIVER: overlay2
-  DOCKER_HOST: tcp://192.168.1.91:2375
+  DOCKER_HOST: unix:///var/run/docker.sock
   GIT_DEPTH: 10
 
 stages:
diff --git a/devenv.nix b/devenv.nix
index 25f709191eaa23aa6c2f43128685d9ac8a600943..939c30a88926c6c9e13b4b89f4daca52bcb9e313 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -308,6 +308,7 @@ EOF
 
     services:
       - docker:dind
+        
 
     variables:
       # The repo name as used in
@@ -316,7 +317,7 @@ EOF
       NIXPKGS_ALLOW_UNFREE: "1"
       NIXPKGS_ALLOW_INSECURE: "1"
       DOCKER_DRIVER: overlay2
-      DOCKER_HOST: tcp://192.168.1.91:2375
+      DOCKER_HOST: unix:///var/run/docker.sock
       GIT_DEPTH: 10
 
     stages: