feat: add gitea actions (?)

This commit is contained in:
Xavier Morel
2026-01-28 22:01:36 +01:00
parent 34bb1649f1
commit 864317d25e

View File

@@ -28,12 +28,24 @@
type = "tar.gz"; type = "tar.gz";
}; };
}; };
# gitea-actions-runner.instances.default = { gitea-actions-runner.instances.nixos = {
# enable = true; name = "nixos";
# labels = [ enable = true;
# "test" hostPackages = with pkgs; [
# "nixos" bash
# ]; coreutils
# }; curl
gawk
gitMinimal
gnused
wget
devenv
];
labels = [
"native:host"
];
tokenFile = config.age.secrets.gitea-action-token.path;
url = "https://${tools.build_hostname "git"}";
};
}; };
} }