From f99751ecea0cd8585a5b29c28598554308359c9a Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 10 Jun 2025 21:48:41 -0500 Subject: [PATCH] Disable Isaiah runner for now --- hosts/isaiah/default.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/hosts/isaiah/default.nix b/hosts/isaiah/default.nix index 472c8dc..31cc0dc 100644 --- a/hosts/isaiah/default.nix +++ b/hosts/isaiah/default.nix @@ -1,5 +1,4 @@ { - config, lib, top, ... @@ -75,18 +74,6 @@ }; services = { - gitlab-runner = { - enable = true; - settings = { - concurrent = 5; - }; - services = { - kubernetes = { - authenticationTokenConfigFile = config.age.secrets.runner-reg.path; - executor = "shell"; - }; - }; - }; k3s.clusterInit = true; # This is the first node in the cluster openssh = { enable = true;