Add nextcloud apps

This commit is contained in:
Victor Mignot 2024-04-11 22:30:48 +02:00
parent 75f3260fb3
commit 9430122474
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -12,7 +12,9 @@
hostName = extraInfo.nextcloudURI; hostName = extraInfo.nextcloudURI;
extraAppsEnable = true; extraAppsEnable = true;
extraApps = { }; extraApps = {
inherit (config.services.nextcloud.package.packages.apps) calendar cospend twofactor_webauthn deck;
};
database.createLocally = true; database.createLocally = true;
configureRedis = true; configureRedis = true;
@ -20,6 +22,8 @@
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";
defaultPhoneRegion = "FR";
adminuser = "dala"; adminuser = "dala";
adminpassFile = config.sops.secrets.nextcloud_admin_pw.path; adminpassFile = config.sops.secrets.nextcloud_admin_pw.path;
}; };