wip
This commit is contained in:
parent
782ab24661
commit
0f9c1accf1
4 changed files with 63 additions and 25 deletions
|
|
@ -15,6 +15,8 @@ let
|
|||
];
|
||||
|
||||
_matrix = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIApAkkhHLj918co/wUGuyW8WCPYHxsNM4uo32XDEu7VV root@matrix";
|
||||
_md = "";
|
||||
_sql = "";
|
||||
in
|
||||
{
|
||||
"matrix_admin_password.age".publicKeys = users;
|
||||
|
|
@ -25,4 +27,6 @@ in
|
|||
"pushover_user_key.age".publicKeys = users ++ [ _matrix ];
|
||||
"grafana_admin_password.age".publicKeys = users ++ [ _matrix ];
|
||||
"grafana_secret_key.age".publicKeys = users ++ [ _matrix ];
|
||||
"postgres-matrix-synapse.age".publicKeys = users ++ [ _sql _matrix ];
|
||||
"postgres-hedgedoc.age".publicKeys = users ++ [ _sql _md ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue