cleanup: gettign rid of the gitlab runner config

This commit is contained in:
silver 2024-11-02 17:09:11 +00:00
parent 45e9d60967
commit 50fc679172
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 0 additions and 130 deletions

View file

@ -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;
};
}