fix runner, added terranix

This commit is contained in:
Jermeiah S 2025-06-20 13:10:04 -04:00
parent 741aa5da9c
commit 838ada9aaa
No known key found for this signature in database
3 changed files with 54 additions and 4 deletions

View file

@ -30,8 +30,8 @@ in
];
};
sops.secrets.forgejo-runners-token = {
owner = "gitea-runner";
group = "gitea-runner";
# owner = "gitea-runner";
# group = "gitea-runner";
mode = "0777";
};
services.gitea-actions-runner = {
@ -41,7 +41,10 @@ in
enable = true;
url = "https://git.skdevstudios.com";
name = "nix";
labels = [ "native:host" ];
labels = [
"native:host"
"nix"
];
tokenFile = config.sops.secrets.forgejo-runners-token.path;
hostPackages = with pkgs; [
nix