Update forgejo-runner package reference

Switched from `forgejo-actions-runner` to `forgejo-runner` package for the gitea actions runner instance. This aligns with the updated package naming convention in the system configuration. The change ensures proper integration with the forgejo ecosystem and maintains consistency with the project's package structure.
This commit is contained in:
Harald Hoyer 2025-12-03 09:18:09 +01:00
parent 884ceee9fd
commit 62f1eb0a2d
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,4 @@
{
options,
config,
pkgs,
lib,
@ -52,7 +51,7 @@ in
nix-output-monitor
];
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
#systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
nix =
let
@ -68,7 +67,6 @@ in
settings = {
experimental-features = "nix-command flakes";
build-dir = "/var/tmp";
http-connections = 50;
warn-dirty = false;
log-lines = 50;

View file

@ -44,7 +44,7 @@
};
services.gitea-actions-runner = {
package = pkgs.forgejo-actions-runner;
package = pkgs.forgejo-runner;
instances.default = {
enable = true;
name = "base";