added nextcloud

This commit is contained in:
Jakub Dorfman 2026-07-15 16:57:26 +02:00
parent 091a23625d
commit eed70a6969
5 changed files with 69 additions and 0 deletions

View file

@ -16,4 +16,7 @@ in
"secrets/authelia-session-secret.age".publicKeys = users ++ systems;
# The hashed users database (contains bcrypt-hashed passwords)
"secrets/authelia-users.age".publicKeys = users ++ systems;
# Nextcloud admin password (plaintext, read by the nextcloud service)
"secrets/nextcloud-admin-pass.age".publicKeys = users ++ systems;
}