From daa0ee6adac768da18d8c8c4364462094044ab45 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 23 Mar 2026 15:20:10 +0100 Subject: [PATCH] feat: add user oidc --- hosts/hitsugibune/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index b98134e..7081f31 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -32,7 +32,7 @@ extraAppsEnable = true; home = "/data/nextcloud"; 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; package = pkgs.nextcloud33;