apps no longer declarative

This commit is contained in:
Danilo Reyes 2025-06-06 13:34:42 -06:00
parent 280c38ce62
commit d08b35b1ff

View File

@ -92,32 +92,6 @@ in
memcached = true; memcached = true;
apcu = 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 = { config = {
adminpassFile = config.sops.secrets.nextcloud-adminpass.path; adminpassFile = config.sops.secrets.nextcloud-adminpass.path;
dbtype = "pgsql"; dbtype = "pgsql";