[NixOS] Add adele as gitea runner

This commit is contained in:
2023-10-01 21:15:27 -06:00
parent 32497a8b8b
commit a54e622cbf
5 changed files with 47 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
makeEnable config "modules.gitea-runner" false {
age.secrets.gitea-runner-token = {
file = ./secrets/gitea-runner-token.${config.networking.hostName}.age;
owner = "gitea";
group = "docker";
};