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;