diff --git a/modules/gitea/default.nix b/modules/gitea/default.nix index ba084ea..54ba829 100644 --- a/modules/gitea/default.nix +++ b/modules/gitea/default.nix @@ -23,7 +23,6 @@ url = config.services.gitea.settings.server.ROOT_URL; tokenFile = config.age.secrets.gitea_actions_runner_token.path; labels = [ - "native:host" "ubuntu-latest:docker://node:16-bullseye" ]; }; @@ -32,7 +31,7 @@ services.gitea = { enable = true; - appName = "The Broccoli Patch"; # Give the site a name + appName = "The Broccoli Patch"; database = { type = "sqlite3"; }; diff --git a/secrets/gitea_actions_runner_token.age b/secrets/gitea_actions_runner_token.age index 442a22c..4d254f7 100644 Binary files a/secrets/gitea_actions_runner_token.age and b/secrets/gitea_actions_runner_token.age differ