diff --git a/modules/servers/nextcloud.nix b/modules/servers/nextcloud.nix index 68a5228..052a375 100644 --- a/modules/servers/nextcloud.nix +++ b/modules/servers/nextcloud.nix @@ -92,32 +92,6 @@ in memcached = true; apcu = true; }; - extraApps = { - inherit (config.services.nextcloud.package.packages.apps) - bookmarks - calendar - contacts - # files_texteditor - # files_markdown - forms - integration_openai - mail - notes - # maps - music - 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; dbtype = "pgsql";