Update runner labels

This commit is contained in:
2023-09-14 00:13:32 +01:00
parent eb3697769e
commit a7851d5fc0
2 changed files with 1 additions and 2 deletions

View File

@@ -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";
}; };