feat: p4 on hectic-lab

This commit is contained in:
2026-08-31 10:51:38 +00:00
parent 31cac93a4c
commit 07689e1a9e
5 changed files with 422 additions and 5 deletions
+7 -1
View File
@@ -8,7 +8,6 @@
config,
pkgs,
lib,
modulesPath,
...
}:
with builtins;
@@ -99,6 +98,13 @@ in {
workshopItems = [ ];
mods = [ ];
};
services.p4d = {
enable = true;
package = pkgs.p4d;
clientPackage = pkgs.p4;
openFirewall = true;
bootstrap.enable = false;
};
services.gitea-runner-controller = {
# NOTE(yukkop): ephemeral Hetzner VM runners (1 VM = 1 job).
# Runbook: infra/gitea-runners/runbook.md "Ephemeral VM runner cutover".