diff --git a/config/hosts/nextcloud/nextcloud.nix b/config/hosts/nextcloud/nextcloud.nix index 22f456e..369b2df 100644 --- a/config/hosts/nextcloud/nextcloud.nix +++ b/config/hosts/nextcloud/nextcloud.nix @@ -14,7 +14,7 @@ configureRedis = true; extraAppsEnable = true; extraApps = with config.services.nextcloud.package.packages.apps; { - inherit bookmarks contacts calendar tasks twofactor_webauthn; + inherit bookmarks contacts calendar tasks twofactor_webauthn user_oidc; }; maxUploadSize = "16G"; extraOptions = {