From 7f052f609893cf43acca137ddc82a8132b80b2c6 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Mon, 2 Dec 2024 21:01:16 -0600 Subject: [PATCH] more nix managed nextcloud apps --- modules/servers/nextcloud.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/modules/servers/nextcloud.nix b/modules/servers/nextcloud.nix index 1686118..c09cc4c 100644 --- a/modules/servers/nextcloud.nix +++ b/modules/servers/nextcloud.nix @@ -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;