Remove stale secrets

This commit is contained in:
2023-02-11 15:19:35 -07:00
parent 9e3dae4b16
commit 7f1e304012
6 changed files with 5 additions and 124 deletions

View File

@@ -5,18 +5,13 @@ let
all = users ++ systems;
in
{
"searx.age".publicKeys = all;
"pia-login.conf".publicKeys = all;
"peertube-init.age".publicKeys = all;
"peertube-db-pw.age".publicKeys = all;
"peertube-redis-pw.age".publicKeys = all;
"peertube-smtp.age".publicKeys = all;
"email-pw.age".publicKeys = all;
"nextcloud-pw.age".publicKeys = all;
"iodine.age".publicKeys = all;
"nextcloud-pw.age".publicKeys = all;
"pia-login.conf".publicKeys = all;
"sasl_relay_passwd.age".publicKeys = all;
"searx.age".publicKeys = all;
"smb-secrets.age".publicKeys = all;
"spotifyd.age".publicKeys = all;
"wolframalpha.age".publicKeys = all;
"cloudflared-navidrome.json.age".publicKeys = all;
"smb-secrets.age".publicKeys = all;
"sasl_relay_passwd.age".publicKeys = all;
}