feat(capytal,forge): enable gitea actions
This commit is contained in:
@@ -147,7 +147,7 @@ in {
|
||||
"storage.repo-archive" = {};
|
||||
"repo-archive" = {};
|
||||
actions = {
|
||||
ENABLE = false; # Temporarily
|
||||
ENABLE = true;
|
||||
DEFAULT_ACTIONS_URL = "self";
|
||||
};
|
||||
};
|
||||
@@ -171,7 +171,7 @@ in {
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
instances = {
|
||||
"gitea-runner-1" = {
|
||||
"gitea-runner" = {
|
||||
enable = true;
|
||||
name = "Gitea Runner (${config.networking.hostName}) 1";
|
||||
url = gitea.settings.server.ROOT_URL;
|
||||
|
||||
Reference in New Issue
Block a user