fixup! fixup! feat: add agenix secrets for github runners

This commit is contained in:
Noa Aarts 2024-10-21 12:50:07 +02:00
parent 80d2e87c25
commit a040725eb3
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -143,9 +143,12 @@
};
};
age.secrets = {
"secrets/token-flurry".file = ../../secrets/github/flurry.age;
"secrets/token-nixconf".file = ../../secrets/github/nixconf.age;
age = {
identityPaths = [ "${config.users.users.noa.home}/.ssh/id_ed25519" ];
secrets = {
"secrets/token-flurry".file = ../../secrets/github/flurry.age;
"secrets/token-nixconf".file = ../../secrets/github/nixconf.age;
};
};
services = {