nextcloud: upgraded to v28
This commit is contained in:
parent
048f5c58b1
commit
f7c7666a94
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue