hades: remove default runner
This commit is contained in:
parent
53b9483da1
commit
9479b886fe
4 changed files with 0 additions and 13 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
in
|
||||
lib.mapAttrs toSecret {
|
||||
"gitlab-runner/hades-nix-runner-env" = {};
|
||||
"gitlab-runner/hades-runner-env" = {};
|
||||
|
||||
"lohr/shared-secret" = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue