updates
Some checks failed
Apply Kuberentes Configs / update-repo (push) Failing after 0s
Apply Kuberentes Configs / update-infrastructure (push) Has been skipped
Update home server containers / update-repo (push) Failing after 0s
Update home server containers / update-infrastructure (push) Has been skipped

This commit is contained in:
2026-01-27 22:24:40 -07:00
parent 05c5d1a1e5
commit 05e2c6f95d

View File

@@ -295,8 +295,6 @@
tokenFile = "/data/runner/gitea-infrastructure-token.txt"; tokenFile = "/data/runner/gitea-infrastructure-token.txt";
labels = [ labels = [
"home-server" "home-server"
"native:host"
# "ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
]; ];
hostPackages = with pkgs; [ hostPackages = with pkgs; [
docker docker
@@ -310,6 +308,11 @@
kubernetes-helm kubernetes-helm
]; ];
}; };
settings = {
container = {
enabled = false;
};
};
}; };
systemd.services.gitea-runner-infrastructure.serviceConfig = { systemd.services.gitea-runner-infrastructure.serviceConfig = {