cleanup: gettign rid of the gitlab runner config
This commit is contained in:
parent
45e9d60967
commit
50fc679172
2 changed files with 0 additions and 130 deletions
|
@ -25,7 +25,6 @@ Notes:
|
|||
};
|
||||
in {
|
||||
imports = [
|
||||
# ../applications/git/gitlab_runner.nix
|
||||
../applications/git/forgejo_runner.nix
|
||||
];
|
||||
|
||||
|
@ -40,12 +39,6 @@ in {
|
|||
services.skynet = {
|
||||
host = host;
|
||||
backup.enable = true;
|
||||
|
||||
# gitlab_runner = {
|
||||
# enable = true;
|
||||
# runner.name = "runner01";
|
||||
# };
|
||||
|
||||
forgejo_runner.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue