Nextcloud PHP options need to be strings

This commit is contained in:
Evie Litherland-Smith 2023-06-19 07:45:22 +01:00
parent 0f77c804f0
commit a2efac4398

View file

@ -30,8 +30,8 @@
short_open_tag = "Off";
upload_max_filesize = "16G";
post_max_size = "16G";
max_input_time = 3600;
max_execution_time = 3600;
max_input_time = "3600";
max_execution_time = "3600";
};
extraApps = with pkgs.nextcloud26Packages.apps; {inherit calendar contacts bookmarks;};
extraAppsEnable = true;