build
All checks were successful
Check Flake / check-flake (push) Successful in 15m28s

This commit is contained in:
2023-10-20 18:46:33 -06:00
parent 9d61ffc9f7
commit d6e91d28c1
2 changed files with 113 additions and 57 deletions

View File

@@ -6,17 +6,4 @@
];
networking.hostName = "phil";
services.gitea-actions-runner.instances.inst = {
enable = true;
name = config.networking.hostName;
url = "https://git.neet.dev/";
tokenFile = "/run/agenix/gitea-actions-runner-token";
labels = [
"debian-latest:docker://catthehacker/ubuntu:act-latest"
"ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
];
};
virtualisation.docker.enable = true;
age.secrets.gitea-actions-runner-token.file = ../../secrets/gitea-actions-runner-token.age;
}