Format
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
group = "gitea";
|
||||
};
|
||||
|
||||
gitea_actions_runner_token = {
|
||||
file = ../../secrets/gitea_actions_runner_token.age;
|
||||
};
|
||||
gitea_actions_runner_token = {
|
||||
file = ../../secrets/gitea_actions_runner_token.age;
|
||||
};
|
||||
};
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
@@ -21,10 +21,10 @@
|
||||
enable = true;
|
||||
name = "actions-runner";
|
||||
url = config.services.gitea.settings.server.ROOT_URL;
|
||||
tokenFile = config.age.secrets.gitea_actions_runner_token.path;
|
||||
labels = [
|
||||
"ubuntu-latest:docker://node:16-bullseye"
|
||||
];
|
||||
tokenFile = config.age.secrets.gitea_actions_runner_token.path;
|
||||
labels = [
|
||||
"ubuntu-latest:docker://node:16-bullseye"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -64,9 +64,9 @@
|
||||
IS_TLS_ENABLED = true;
|
||||
USER = "apikey";
|
||||
};
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
};
|
||||
actions = {
|
||||
ENABLED = true;
|
||||
};
|
||||
};
|
||||
mailerPasswordFile = config.age.secrets.sendmail_email_key_gitea.path;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user