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;
|
||||
maxUploadSize = "16G";
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps)
|
||||
calendar
|
||||
contacts
|
||||
notes
|
||||
;
|
||||
inherit (config.services.nextcloud.package.packages.apps) calendar contacts notes;
|
||||
};
|
||||
extraAppsEnable = true;
|
||||
appstoreEnable = true;
|
||||
caching = {
|
||||
apcu = true;
|
||||
redis = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue