feat: add remote, with rss, cache, discord, and zulip
This commit is contained in:
parent
50ec63a474
commit
83baab68e0
32 changed files with 6615 additions and 40 deletions
10
remote/secrets/secrets.nix
Normal file
10
remote/secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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 ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue