Use nixpkgs apps in nextcloud

This commit is contained in:
Fabian Hauser 2024-12-06 19:29:43 +02:00
parent a4b0352d6b
commit 5804a77557

View file

@ -30,6 +30,24 @@
dbtype = "pgsql";
};
appstoreEnable = false;
extraApps = {
inherit (config.services.nextcloud.package.passthru.packages.apps)
calendar
contacts
deck
groupfolders
maps
memories
music
news
notes
notify_push
tasks
twofactor_webauthn
;
};
phpOptions = {
"opcache.interned_strings_buffer" = "23";
};