secrets: add bridges
This commit is contained in:
parent
69a5298c58
commit
407181a7ab
2 changed files with 5 additions and 1 deletions
|
@ -6,4 +6,8 @@ let
|
||||||
|
|
||||||
shared = [ sakotop sakopc ];
|
shared = [ sakotop sakopc ];
|
||||||
|
|
||||||
in { "test.age".publicKeys = shared; }
|
in {
|
||||||
|
"test.age".publicKeys = shared;
|
||||||
|
|
||||||
|
"shared/bridges.age".publicKeys = shared;
|
||||||
|
}
|
||||||
|
|
BIN
secrets/shared/bridges.age
Normal file
BIN
secrets/shared/bridges.age
Normal file
Binary file not shown.
Loading…
Reference in a new issue