nextcloud29 > nextcloud30
This commit is contained in:
parent
37aa35daed
commit
ecb0bb970e
@ -70,7 +70,7 @@ in
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
https = true;
|
||||
package = pkgs.nextcloud29;
|
||||
package = pkgs.nextcloud30;
|
||||
appstoreEnable = true;
|
||||
configureRedis = true;
|
||||
extraAppsEnable = true;
|
||||
@ -78,7 +78,7 @@ in
|
||||
maxUploadSize = "16G";
|
||||
hostName = cfg.host;
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps) calendar;
|
||||
inherit (config.services.nextcloud.package.packages.apps) contacts calendar tasks;
|
||||
};
|
||||
config = {
|
||||
adminpassFile = config.sops.secrets.nextcloud-adminpass.path;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user