diff --git a/configurations/camelot/nextcloud.nix b/configurations/camelot/nextcloud.nix index e0580fe..e8e4e76 100644 --- a/configurations/camelot/nextcloud.nix +++ b/configurations/camelot/nextcloud.nix @@ -13,7 +13,12 @@ extraAppsEnable = true; extraApps = { - inherit (config.services.nextcloud.package.packages.apps) calendar cospend twofactor_webauthn deck; + inherit (config.services.nextcloud.package.packages.apps) + calendar + cospend + twofactor_webauthn + deck + ; }; database.createLocally = true;