gitlab-runner: use PrivateTmp to avoid clash with buildbot
This commit is contained in:
parent
a627e844c3
commit
2f852df56a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user