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