Update runner labels
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
url = config.services.gitea.settings.server.ROOT_URL;
|
url = config.services.gitea.settings.server.ROOT_URL;
|
||||||
tokenFile = config.age.secrets.gitea_actions_runner_token.path;
|
tokenFile = config.age.secrets.gitea_actions_runner_token.path;
|
||||||
labels = [
|
labels = [
|
||||||
"native:host"
|
|
||||||
"ubuntu-latest:docker://node:16-bullseye"
|
"ubuntu-latest:docker://node:16-bullseye"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@@ -32,7 +31,7 @@
|
|||||||
|
|
||||||
services.gitea = {
|
services.gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
appName = "The Broccoli Patch"; # Give the site a name
|
appName = "The Broccoli Patch";
|
||||||
database = {
|
database = {
|
||||||
type = "sqlite3";
|
type = "sqlite3";
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user