diff --git a/configuration.nix b/configuration.nix index 352f44b..648c0cf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -411,6 +411,13 @@ license = "agpl3Plus"; url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.8.2/gpoddersync.tar.gz"; }; + user_oidc = pkgs.fetchNextcloudApp { + appName = "user_oidc"; + appVersion = "1.3.5"; + sha256 = "sha256-G4/d5Q/ac3XBT6EJY2a0b74yzIHztGg0P/ZwOxLe3F4="; + license = "agpl3Plus"; + url = "https://github.com/nextcloud/user_oidc/archive/refs/tags/v1.3.5.tar.gz"; + }; }; }; services.phpfpm.pools.nextcloud.settings = {