fixup! fixup! feat: add agenix secrets for github runners
This commit is contained in:
parent
80d2e87c25
commit
a040725eb3
1 changed files with 6 additions and 3 deletions
|
|
@ -143,10 +143,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
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 = {
|
||||
nix-serve = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue