2022-06-06 23:12:54 +02:00
|
|
|
let
|
|
|
|
zion =
|
|
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFRqINHR7/zc+c3/PuR+NeSsBHXXzBiEtFWSK6QaxQTW";
|
|
|
|
in {
|
|
|
|
"wireguard.age".publicKeys = [ zion ];
|
|
|
|
"syncthing.age".publicKeys = [ zion ];
|
|
|
|
"msmtp.age".publicKeys = [ zion ];
|
|
|
|
"gitea.age".publicKeys = [ zion ];
|
|
|
|
"ddclient.age".publicKeys = [ zion ];
|
|
|
|
"miniflux.age".publicKeys = [ zion ];
|
2022-06-07 00:11:57 +02:00
|
|
|
"git.age".publicKeys = [ zion ];
|
2022-07-20 16:34:14 +02:00
|
|
|
"dendrite.age".publicKeys = [ zion ];
|
|
|
|
"dendrite-postgres.age".publicKeys = [ zion ];
|
2022-07-20 22:38:20 +02:00
|
|
|
"telegram.age".publicKeys = [ zion ];
|
2023-04-03 00:50:47 +02:00
|
|
|
"mqtt-sender.age".publicKeys = [ zion ];
|
|
|
|
"mqtt-receiver.age".publicKeys = [ zion ];
|
2023-05-24 14:15:15 +02:00
|
|
|
"nightscout.age".publicKeys = [ zion ];
|
2022-06-06 23:12:54 +02:00
|
|
|
}
|