feat(APPA): add nextcloud

This commit is contained in:
Jacob Bachmann 2024-09-17 16:12:42 +02:00
parent 8a3823f7df
commit aaf6cefc09
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
6 changed files with 43 additions and 0 deletions

View file

@ -31,5 +31,6 @@ in
"keys/wireguard/dryborg/presharedkey.age".publicKeys = [ gandalf ] ++ clients;
"passwords/gitea/db.age".publicKeys = users ++ [ APPA ];
"passwords/anki/admin.age".publicKeys = users ++ [ APPA ];
"passwords/nextcloud/admin.age".publicKeys = users ++ [ APPA ];
"passwords/ddclient/cloudflare.age".publicKeys = users ++ [ APPA ];
}