From 51d8a84432e13dba6d8fc7c26fb77816b0efac48 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 4 Oct 2024 11:58:53 +0100 Subject: [PATCH] feat: initial removal of the gitlab runner For scream testing --- machines/wheatly.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/machines/wheatly.nix b/machines/wheatly.nix index 6d78395..a2cab80 100644 --- a/machines/wheatly.nix +++ b/machines/wheatly.nix @@ -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; };