From c12025a5de80fc69935c36942bf9bc7d428bf6a7 Mon Sep 17 00:00:00 2001 From: nhnn Date: Thu, 1 May 2025 10:31:17 +0300 Subject: [PATCH] fix: disable updates --- sp-modules/nextcloud/module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sp-modules/nextcloud/module.nix b/sp-modules/nextcloud/module.nix index d8bbdce..a709830 100644 --- a/sp-modules/nextcloud/module.nix +++ b/sp-modules/nextcloud/module.nix @@ -200,6 +200,8 @@ in lost_password_link = "disabled"; allow_multiple_user_backends = false; + updatechecker = false; # nixpkgs handles updates for us, update via web ui will fail on nixos. + user_oidc = { single_logout = true; use_pkce = true;