dev: import plaintext token into agenix secret
This commit is contained in:
parent
7b69f6200f
commit
223272db7d
5 changed files with 93 additions and 6 deletions
9
secrets.nix
Normal file
9
secrets.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
let
|
||||
# Founder SSH public key (recipient). Safe to commit.
|
||||
founder = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJCBTSEEcBOhOkf3WF1e8xmblAZHvgTibFsqck2GY8D/";
|
||||
in
|
||||
{
|
||||
"secrets/cloudflare-api-token.age".publicKeys = [ founder ];
|
||||
"secrets/codeberg-token.age".publicKeys = [ founder ];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue