feat: add anthropic secret

nixos
Moritz Böhme 2024-10-24 14:46:22 +02:00
parent 03c5951ab6
commit e525d68112
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 10 additions and 0 deletions

9
secrets/anthropic.age Normal file
View File

@ -0,0 +1,9 @@
age-encryption.org/v1
-> ssh-ed25519 CjuqfA ob0n5W6N0VlEKzLv673P7EPgdy44Fp31QEZODiFNME0
lP7281rBedn1sl7ZIBzi4omjQ/LGxL0z1bbkDJHn/QE
-> ssh-ed25519 wG6LYg YeKjGo2RpduY3OZbpBmraAzTIPtqUMJKJlBMH4yPOAs
jJgqfViKWxDmJ/RM1jmX02WwBxN5AQQy13SVnffKlAI
-> ssh-ed25519 ZYd7Zg A8/d+6fWYfJQHBCONGxxF7pJgkT7BCG0zrfdCgPKTzk
fxPs3RHIBEtycgogvCF/dr5FPpnm8VB+TviALw4JjfY
--- lgatpj1jTFhdwNZaRQv187tNYHvMpfqDasa9uSH9Kig
Ç¥<‰Ì~¯÷„p~©sì$ŒŠÔ!?—|T(]= ^zLP7<77>€8?ˆ¶í…ÏE•¬pÉÊnš£\àÑ¥;ݼsŸ6úº`_ìÊtïüýxý4àâýa´»Ä4Š]OMhHзsh!Á7Öó€-ì+ÝŸ <0A>r<>~éZ}CuÃÒ·ñ†ã®¾

View File

@ -27,4 +27,5 @@ in
"moritz-password.age".publicKeys = personal;
"exercism.age".publicKeys = personal;
"openai.age".publicKeys = personal;
"anthropic.age".publicKeys = personal;
}