From d0dfba5c03e4171943cfc91e63c83728d3af3ef7 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Wed, 5 Apr 2023 16:56:27 +0200 Subject: [PATCH] Remove commencted docker settings --- gitlab-runner.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gitlab-runner.nix b/gitlab-runner.nix index ae1f1a3..5aec124 100644 --- a/gitlab-runner.nix +++ b/gitlab-runner.nix @@ -49,14 +49,6 @@ # HTTPS_PROXY="http://localhost:23080/"; #}; - #virtualisation.docker.daemon.settings = { - # proxies.default = { - # httpProxy = "http://localhost:23080/"; - # httpsProxy = "http://localhost:23080/"; - # noProxy = "localhost,127.0.0.0/8"; - # }; - #}; - users.users.gitlab-runner = { uid = config.ids.uids.gitlab-runner; #isNormalUser = true;