diff --git a/configurations/camelot/nextcloud.nix b/configurations/camelot/nextcloud.nix index 54c6adb..e0580fe 100644 --- a/configurations/camelot/nextcloud.nix +++ b/configurations/camelot/nextcloud.nix @@ -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; };