gitlab-runner: use PrivateTmp to avoid clash with buildbot

This commit is contained in:
makefu 2017-08-16 15:20:37 +02:00 committed by lassulus
parent a627e844c3
commit 2f852df56a

View File

@ -10,6 +10,7 @@ in {
"/run/wrappers" # /run/wrappers/bin/su "/run/wrappers" # /run/wrappers/bin/su
"/" # /bin/sh "/" # /bin/sh
]; ];
systemd.services.gitlab-runner.serviceConfig.PrivateTmp = true;
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
services.gitlab-runner = { services.gitlab-runner = {
enable = true; enable = true;