more nix managed nextcloud apps

This commit is contained in:
Danilo Reyes 2024-12-02 21:01:16 -06:00
parent bca1b85c19
commit 7f052f6098

View File

@ -99,14 +99,21 @@ in
integration_openai
mail
notes
# maps
maps
music
# news
memories
news
previewgenerator
richdocuments
tasks
# twofactor_top
;
facerecognition = pkgs.fetchNextcloudApp {
url = "https://github.com/matiasdelellis/facerecognition/releases/download/v0.9.60/facerecognition.tar.gz";
hash = "sha256-FtYItN0Iy2QpSNf0GPs7fIPYgBdEuKHJGwZ7GQNySZE=";
license = "agpl3Only";
};
};
config = {
adminpassFile = config.sops.secrets.nextcloud-adminpass.path;