Commit e8d9fa5

HPCesia <me@hpcesia.com>
2026-03-20 07:36:38
feat: update forgejo runner config
1 parent fa6f3c9
Changed files (1)
modules
services
forgejo-runner
modules/services/forgejo-runner/default.nix
@@ -12,8 +12,8 @@
         url = "https://repo.hpcesia.com/";
         tokenFile = config.vaultix.templates."forgejo-runner-token-file".path;
         labels = [
-          "ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
-          "nixos-latest:host"
+          "ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest"
+          "nixos-latest:docker://repo.hpcesia.com/hpcesia/nix-act-image:latest-x86_64"
         ];
         settings = {
           cache = {
@@ -26,17 +26,6 @@
             options = "-v /var/run/docker.sock:/var/run/docker.sock";
           };
         };
-        hostPackages = with pkgs; [
-          bash
-          coreutils
-          gnused
-          gnutar
-          gnumake
-          curl
-          wget
-          gitMinimal
-          nix
-        ];
       };
     };