hades: remove default runner

This commit is contained in:
Antoine Martin 2025-02-22 16:14:32 +01:00
parent 53b9483da1
commit 9479b886fe
4 changed files with 0 additions and 13 deletions

View file

@ -202,10 +202,6 @@ in {
NIX_SSL_CERT_FILE = "/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt";
};
};
default = {
authenticationTokenConfigFile = config.age.secrets."gitlab-runner/hades-runner-env".path;
dockerImage = "debian:stable";
};
};
};
};

View file

@ -14,7 +14,6 @@
in
lib.mapAttrs toSecret {
"gitlab-runner/hades-nix-runner-env" = {};
"gitlab-runner/hades-runner-env" = {};
"lohr/shared-secret" = {};