feat: add remote, with rss, cache, discord, and zulip

This commit is contained in:
Jet Pham 2026-03-09 23:08:01 -07:00
parent 50ec63a474
commit 68c4f8a1fc
No known key found for this signature in database
40 changed files with 10455 additions and 40 deletions

View file

@ -0,0 +1,14 @@
let
remote = "ssh-ed25519 AAAA..."; # Remote server's SSH host public key
in
{
"pi-api-key.age".publicKeys = [ remote ];
"pi-inbound-api-key.age".publicKeys = [ remote ];
"discord-token.age".publicKeys = [ remote ];
"discord-webhook-secret.age".publicKeys = [ remote ];
"rss-webhook-secret.age".publicKeys = [ remote ];
"zulip-api-key.age".publicKeys = [ remote ];
"zulip-webhook-secret.age".publicKeys = [ remote ];
"matrix-access-token.age".publicKeys = [ remote ];
"matrix-webhook-secret.age".publicKeys = [ remote ];
}