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 {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
../applications/git/gitlab_runner.nix
|
# ../applications/git/gitlab_runner.nix
|
||||||
../applications/git/forgejo_runner.nix
|
../applications/git/forgejo_runner.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -41,10 +41,10 @@ in {
|
||||||
host = host;
|
host = host;
|
||||||
backup.enable = true;
|
backup.enable = true;
|
||||||
|
|
||||||
gitlab_runner = {
|
# gitlab_runner = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
runner.name = "runner01";
|
# runner.name = "runner01";
|
||||||
};
|
# };
|
||||||
|
|
||||||
forgejo_runner.enable = true;
|
forgejo_runner.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue