modifications to nextcloud apps
This commit is contained in:
parent
7da7b7167a
commit
14457d1ec2
1 changed files with 2 additions and 5 deletions
|
|
@ -24,13 +24,10 @@ in
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
maxUploadSize = "16G";
|
maxUploadSize = "16G";
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps)
|
inherit (config.services.nextcloud.package.packages.apps) calendar contacts notes;
|
||||||
calendar
|
|
||||||
contacts
|
|
||||||
notes
|
|
||||||
;
|
|
||||||
};
|
};
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
|
appstoreEnable = true;
|
||||||
caching = {
|
caching = {
|
||||||
apcu = true;
|
apcu = true;
|
||||||
redis = true;
|
redis = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue