Disable Isaiah runner for now

This commit is contained in:
Greg Hellings
2025-06-10 21:48:41 -05:00
parent 559d619abd
commit f99751ecea
-13
View File
@@ -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;