feat: add user oidc

This commit is contained in:
s-prechtl 2026-03-23 15:20:10 +01:00
parent 67c62dae3d
commit daa0ee6ada

View file

@ -32,7 +32,7 @@
extraAppsEnable = true; extraAppsEnable = true;
home = "/data/nextcloud"; home = "/data/nextcloud";
extraApps = { extraApps = {
inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend; inherit (config.services.nextcloud.package.packages.apps) news contacts calendar mail deck onlyoffice polls tasks bookmarks cookbook cospend user_oidc;
}; };
autoUpdateApps.enable = true; autoUpdateApps.enable = true;
package = pkgs.nextcloud33; package = pkgs.nextcloud33;