Use nixpkgs apps in nextcloud
All checks were successful
CI / build (push) Successful in 2m43s

This commit is contained in:
Fabian Hauser 2024-12-06 19:29:43 +02:00
parent 2fb1a1bec8
commit 0e8db874a2

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";
};