Skip to content

Commit

Permalink
fixup! fixup! feat: add agenix secrets for github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
itepastra committed Oct 21, 2024
1 parent 80d2e87 commit a040725
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions hosts/nuos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a040725

Please sign in to comment.