cleanup porkbun secret

This commit is contained in:
wi11-holdsworth 2025-07-29 14:30:34 +10:00
parent 4363c64619
commit 95a48af464
4 changed files with 7 additions and 13 deletions

View file

@ -2,11 +2,12 @@ let
srv = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOeV0NxqIGIXXgLYE6ntkHE4PARceZBp1FTI7kKLBbk8";
will = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPHAnTQP77HQ/8nbf1oX7xftfKYtbH6MSh83wic0qdBy";
users = [
srv will];
srv
will
];
in
{
"api-porkbun.age".publicKeys = users;
"api-miniflux.age".publicKeys = users;
"borgbackup-server-offsite.age".publicKeys = users;
"borgbackup-server-onsite.age".publicKeys = users;
@ -17,6 +18,7 @@ in
"lidarr.age".publicKeys = users;
"miniflux-creds.age".publicKeys = users;
"paperless.age".publicKeys = users;
"porkbun-api.age".publicKeys = users;
"prowlarr.age".publicKeys = users;
"radarr.age".publicKeys = users;
"sonarr.age".publicKeys = users;