Add matrix (tuwunel) to nimbus
This commit is contained in:
parent
6413bbefba
commit
f3bb93c783
5 changed files with 67 additions and 1 deletions
|
|
@ -1,13 +1,16 @@
|
|||
let
|
||||
malus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
|
||||
galanthus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZYQao2OKQxyic+I327VZ7lQECh9hSS9cgsls3e/a1u";
|
||||
nimbus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDIjr3r9RVTzMPNvfBWxVei8aGMlay3smMhhuGxEMRaj";
|
||||
all = [
|
||||
malus
|
||||
galanthus
|
||||
nimbus
|
||||
];
|
||||
in
|
||||
{
|
||||
"copyparty-jan.age".publicKeys = all;
|
||||
"paperless-admin.age".publicKeys = all;
|
||||
"tailscale.age".publicKeys = all;
|
||||
"matrix-registration-token.age".publicKeys = all;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue