monolith: remove docker-images gitlab runner

This commit is contained in:
Leonardo Eugênio 2025-06-16 00:05:13 -03:00
parent c93186e66b
commit 74ee68bd75
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B
2 changed files with 2 additions and 15 deletions

View file

@ -30,15 +30,6 @@ in
authenticationTokenConfigFile = config.sops.secrets."gitlab-runners/docker-images-token".path;
dockerImage = "debian:stable";
};
wopus-gitlab-docker-images = {
# File should contain at least these two variables:
# `CI_SERVER_URL`
# `CI_SERVER_TOKEN`
authenticationTokenConfigFile =
config.sops.secrets."gitlab-runners/wopus-gitlab-docker-images".path;
dockerImage = "debian:stable";
};
};
};
systemd.services.gitlab-runner.serviceConfig.Nice = 10;
@ -56,9 +47,6 @@ in
"gitlab-runners/wopus-gitlab-nix" = {
sopsFile = ../secrets/monolith/default.yaml;
};
"gitlab-runners/wopus-gitlab-docker-images" = {
sopsFile = ../secrets/monolith/default.yaml;
};
"gitlab-runners/wopus-ssh-nix-cache-pk" = {
sopsFile = ../secrets/monolith/default.yaml;
};