format && add node monitoring
Some checks failed
/ check (push) Failing after 7s

This commit is contained in:
Lzebulon 2025-11-03 23:25:59 +01:00
parent 945897643d
commit 5939aa8996
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D
7 changed files with 20 additions and 10 deletions

View file

@ -1,13 +1,13 @@
{pkgs, config,...}:
{ pkgs, config, ... }:
{
age.secrets.forgejo-runner-token-1 = {
file = ../../../../secrets/services/forgejo/forgejo-runner-token-1.age;
owner = "gitea-runner";
};
virtualisation.docker.enable = true;
services.gitea-actions-runner = {
package = pkgs.forgejo-runner;
instances.default = {
@ -15,7 +15,7 @@
name = "runner-1";
url = "https://git.${config.networking.domain}";
tokenFile = config.age.secrets.forgejo-runner-token-1.path;
tokenFile = config.age.secrets.forgejo-runner-token-1.path;
labels = [
"nixos-latest:docker://nixos/nix:latest"