Fix action runner

This commit is contained in:
Jan Kremer 2026-03-28 14:15:50 +01:00
parent f8ae3b5816
commit fba632e73a
No known key found for this signature in database
2 changed files with 14 additions and 10 deletions

View file

@ -1,4 +1,8 @@
{ config, lib, ... }:
{
config,
lib,
...
}:
let
domain = "git.jankremer.de";
in
@ -44,9 +48,9 @@ in
gitea-actions-runner.instances.nimbus = {
enable = true;
name = config.networking.hostName;
url = "https://${domain}";
tokenFile = config.age.secrets.forgejo-runner.path;
name = "nimbus";
labels = [
"native:host"
];