Wire runner caches and forge secrets through agenix
This commit is contained in:
parent
afc3e79eb0
commit
ed247b2f5e
20 changed files with 299 additions and 64 deletions
|
|
@ -1,4 +1,3 @@
|
|||
{ }:
|
||||
let
|
||||
contact = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO42guJ5QvNMw3k6YKWlQnjcTsc+X4XI9F2GBtl8aHOa";
|
||||
agent = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEN0+tRJy7Y2DW0uGYHb86N2t02WyU5lDNX6FaxBF/G8 agent@burrow.net";
|
||||
|
|
@ -6,6 +5,8 @@ let
|
|||
|
||||
forgeAutomation = [ contact agent forge ];
|
||||
in {
|
||||
"secrets/forgejo/admin-password.age".publicKeys = forgeAutomation;
|
||||
"secrets/forgejo/agent-ssh-key.age".publicKeys = forgeAutomation;
|
||||
"secrets/forgejo/nsc-token.age".publicKeys = forgeAutomation;
|
||||
"secrets/forgejo/nsc-dispatcher-config.age".publicKeys = forgeAutomation;
|
||||
"secrets/forgejo/nsc-autoscaler-config.age".publicKeys = forgeAutomation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue