Enable calendar and contacts in nextcloud

This commit is contained in:
SebastianStork 2024-08-25 23:07:02 +02:00
parent 69e69307e4
commit 24b987388f

View file

@ -19,6 +19,12 @@
home = "/data/nextcloud"; home = "/data/nextcloud";
hostName = config.networking.fqdn; hostName = config.networking.fqdn;
autoUpdateApps.enable = true;
extraAppsEnable = true;
extraApps = {
inherit (config.services.nextcloud.package.packages.apps) contacts calendar;
};
database.createLocally = true; database.createLocally = true;
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";