Disable Isaiah runner for now
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
config,
|
|
||||||
lib,
|
lib,
|
||||||
top,
|
top,
|
||||||
...
|
...
|
||||||
@@ -75,18 +74,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
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
|
k3s.clusterInit = true; # This is the first node in the cluster
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user