Add nextcloud apps
This commit is contained in:
parent
75f3260fb3
commit
9430122474
|
@ -12,7 +12,9 @@
|
|||
hostName = extraInfo.nextcloudURI;
|
||||
|
||||
extraAppsEnable = true;
|
||||
extraApps = { };
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps) calendar cospend twofactor_webauthn deck;
|
||||
};
|
||||
|
||||
database.createLocally = true;
|
||||
configureRedis = true;
|
||||
|
@ -20,6 +22,8 @@
|
|||
config = {
|
||||
dbtype = "pgsql";
|
||||
|
||||
defaultPhoneRegion = "FR";
|
||||
|
||||
adminuser = "dala";
|
||||
adminpassFile = config.sops.secrets.nextcloud_admin_pw.path;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue