mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Enable calendar and contacts in nextcloud
This commit is contained in:
parent
69e69307e4
commit
24b987388f
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue