From f7c7666a941b54942e65b9bd8150fd0df6e5c6c1 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 6 Jun 2024 00:34:35 +1000 Subject: [PATCH] nextcloud: upgraded to v28 --- profiles/nextcloud.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/profiles/nextcloud.nix b/profiles/nextcloud.nix index 7d59441..7e18186 100644 --- a/profiles/nextcloud.nix +++ b/profiles/nextcloud.nix @@ -25,12 +25,11 @@ enable = true; # Run regular auto update of all apps installed startAt = "01:00:00"; # When to run the update }; - package = pkgs.nextcloud27; + package = pkgs.nextcloud28; extraApps = with config.services.nextcloud.package.packages.apps; { - inherit calendar contacts deck news notes tasks twofactor_webauthn; + inherit calendar contacts deck notes tasks twofactor_webauthn; }; extraAppsEnable = true; - appstoreEnable = true; settings = { default_phone_region = "AU"; # Country code for automatic phone-number detection overwriteprotocol = "https"; # Force Nextcloud to always use HTTPS