From 62f1eb0a2d91d42acff338f2f1c9d6ce04de430e Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 3 Dec 2025 09:18:09 +0100 Subject: [PATCH] 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. --- modules/nixos/nix/default.nix | 4 +--- systems/x86_64-linux/mx/forgejo.nix | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/nixos/nix/default.nix b/modules/nixos/nix/default.nix index 61232ea..f0fa3ce 100644 --- a/modules/nixos/nix/default.nix +++ b/modules/nixos/nix/default.nix @@ -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; diff --git a/systems/x86_64-linux/mx/forgejo.nix b/systems/x86_64-linux/mx/forgejo.nix index 488d436..d71922d 100644 --- a/systems/x86_64-linux/mx/forgejo.nix +++ b/systems/x86_64-linux/mx/forgejo.nix @@ -44,7 +44,7 @@ }; services.gitea-actions-runner = { - package = pkgs.forgejo-actions-runner; + package = pkgs.forgejo-runner; instances.default = { enable = true; name = "base";