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";
};
};
# gitea-actions-runner.instances.default = {
# enable = true;
# labels = [
# "test"
# "nixos"
# ];
# };
gitea-actions-runner.instances.nixos = {
name = "nixos";
enable = true;
hostPackages = with pkgs; [
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"}";
};
};
}