nextcloud: upgraded to v28

This commit is contained in:
Serĉanto de Scio 2024-06-06 00:34:35 +10:00
parent 048f5c58b1
commit f7c7666a94
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -25,12 +25,11 @@
enable = true; # Run regular auto update of all apps installed enable = true; # Run regular auto update of all apps installed
startAt = "01:00:00"; # When to run the update startAt = "01:00:00"; # When to run the update
}; };
package = pkgs.nextcloud27; package = pkgs.nextcloud28;
extraApps = with config.services.nextcloud.package.packages.apps; { 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; extraAppsEnable = true;
appstoreEnable = true;
settings = { settings = {
default_phone_region = "AU"; # Country code for automatic phone-number detection default_phone_region = "AU"; # Country code for automatic phone-number detection
overwriteprotocol = "https"; # Force Nextcloud to always use HTTPS overwriteprotocol = "https"; # Force Nextcloud to always use HTTPS