diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 68982caaeaef8a1df67631c4ee724f5e04ebd1f1..38e01b03c91643257521ae329b31a2363e41da4c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,8 @@ variables:
   NIXOS_VERSION: "23.05"
   NIXPKGS_ALLOW_UNFREE: "1"
   NIXPKGS_ALLOW_INSECURE: "1"
-  DOCKER_DRIVER: overlay2
-  DOCKER_HOST: unix:///var/run/docker.sock
+# DOCKER_DRIVER: overlay2
+#  DOCKER_HOST: unix:///var/run/docker.sock
   GIT_DEPTH: 10
 
 stages:
@@ -25,7 +25,7 @@ stages:
   - deploy 
 
 before_script:
-  - unset DOCKER_TLS_VERIFY
+#  - unset DOCKER_TLS_VERIFY
   - nix shell nixpkgs#coreutils -c mkdir -p /certs/client/
   - nix shell nixpkgs#coreutils -c ln -fs /etc/ssl/certs/ca-bundle.crt /certs/client/ca.pem
   - echo > .env-gitlab-ci
diff --git a/devenv.nix b/devenv.nix
index 4c11b6e9be7f5efccd5cd9f59133f022ced8a11c..4fb5ef36fdac693e6f531db5e840039c5cba4043 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -315,8 +315,8 @@ variables:
   NIXOS_VERSION: "23.05"
   NIXPKGS_ALLOW_UNFREE: "1"
   NIXPKGS_ALLOW_INSECURE: "1"
-  DOCKER_DRIVER: overlay2
-  DOCKER_HOST: unix:///var/run/docker.sock
+# DOCKER_DRIVER: overlay2
+#  DOCKER_HOST: unix:///var/run/docker.sock
   GIT_DEPTH: 10
 
 stages:
@@ -324,7 +324,7 @@ stages:
   - deploy 
 
 before_script:
-  - unset DOCKER_TLS_VERIFY
+#  - unset DOCKER_TLS_VERIFY
   - nix shell nixpkgs#coreutils -c mkdir -p /certs/client/
   - nix shell nixpkgs#coreutils -c ln -fs /etc/ssl/certs/ca-bundle.crt /certs/client/ca.pem
   - echo > .env-gitlab-ci