Isaiah gets new kubernetes runner

This commit is contained in:
Greg Hellings
2025-05-20 22:51:42 -05:00
parent 641c9fd7ac
commit 4cd0de0109
3 changed files with 10 additions and 7 deletions
+7 -4
View File
@@ -1,5 +1,5 @@
{
#config,
config,
lib,
top,
...
@@ -11,7 +11,7 @@
];
age.secrets = {
runner-qemu.file = ../../secrets/gitlab/isaiah-qemu-runner-reg.age;
runner-reg.file = ../../secrets/gitlab/kubernetes-k3s-local.age;
};
boot = {
@@ -80,9 +80,12 @@
settings = {
concurrent = 5;
};
services =
{
services = {
kubernetes = {
authenticationTokenConfigFile = config.age.secrets.runner-reg.path;
executor = "shell";
};
};
};
k3s.clusterInit = true; # This is the first node in the cluster
openssh = {