fix nexcloud secrets again

This commit is contained in:
William 2023-07-13 15:11:06 -03:00
parent a6792d1a5e
commit 0fb4922eab
5 changed files with 47 additions and 22 deletions

View file

@ -19,7 +19,8 @@ let
servers = alexandria;
all-hosts = desktops ++ servers;
in {
"nextcloud.json.age".publicKeys = all-hosts;
"nextcloud-secrets.json.age".publicKeys = all-hosts;
"nextcloud-adminpass.age".publicKeys = all-hosts;
"cloudflare.age".publicKeys = all-hosts;
"paperless.age".publicKeys = all-hosts;
}