feat: initial removal of the gitlab runner
For scream testing
This commit is contained in:
parent
259a6df8a7
commit
51d8a84432
1 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@ Notes:
|
|||
};
|
||||
in {
|
||||
imports = [
|
||||
../applications/git/gitlab_runner.nix
|
||||
# ../applications/git/gitlab_runner.nix
|
||||
../applications/git/forgejo_runner.nix
|
||||
];
|
||||
|
||||
|
@ -41,10 +41,10 @@ in {
|
|||
host = host;
|
||||
backup.enable = true;
|
||||
|
||||
gitlab_runner = {
|
||||
enable = true;
|
||||
runner.name = "runner01";
|
||||
};
|
||||
# gitlab_runner = {
|
||||
# enable = true;
|
||||
# runner.name = "runner01";
|
||||
# };
|
||||
|
||||
forgejo_runner.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue