Add matrix (tuwunel) to nimbus

This commit is contained in:
Jan Kremer 2026-03-26 11:56:00 +01:00
parent 6413bbefba
commit f3bb93c783
No known key found for this signature in database
5 changed files with 67 additions and 1 deletions

View file

@ -0,0 +1,9 @@
age-encryption.org/v1
-> ssh-ed25519 2otpcg EZB4DtzCNS9CjhdskX5T3RpQ5VXcDtBiVPpaPEnRWiE
dtjqqiPhYTmaFXc+hvHPtXSaltZThE7kwUyBnnTsJr0
-> ssh-ed25519 40YjXQ tRUAvVqdiNcjzynjfKoQtKsMFcHecd7VKbviG8A+1xI
5mfrrAei2T5s80oJ/Bu8Tv2G2mrp9CkvWEzlZCeEW58
-> ssh-ed25519 wbs2Dw h1EZVsV7E0P1UmXfI9dDP5TOdBuxIzSUzOi4EhQw+Qw
DcjKABIqchtmu93tCmqtpngOmVgkknduayG7KXIurtU
--- XlEECZrSdZxm+B0uMH9WgR/QXnRi+ZWXJzS1n0G/vhM
Â}™&w^¬ öÀ-ÿ18Æ}6 †²rw?ÎÔW©¸HcM±¥,D‡P:ùfà' Ëw

View file

@ -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;
}