Adds a container-based Forgejo Actions runner on nrec-nixos02 connecting to code.t-juice.club, using Podman for sandboxed job execution with nix, node-bookworm, and alpine labels. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
180 B
Nix
10 lines
180 B
Nix
{ modulesPath, ... }:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
../../system/packages.nix
|
|
../../services/actions-runner
|
|
(modulesPath + "/profiles/qemu-guest.nix")
|
|
];
|
|
}
|