adding gitea runner

This commit is contained in:
2026-01-27 21:22:42 -07:00
parent 726edef18b
commit 1337ce06ab

View File

@@ -286,7 +286,7 @@
]; ];
}; };
}; };
services.gitea-actions-runner = { services.gitea-actions-runner = {
instances.infrastructure = { instances.infrastructure = {
enable = true; enable = true;
@@ -327,7 +327,7 @@
PrivateUsers = false; PrivateUsers = false;
ProtectHome = false; ProtectHome = false;
Restart = "always"; Restart = lib.mkForce "always";
}; };