grr
This commit is contained in:
parent
88cc508f81
commit
2fe11f5288
|
@ -43,7 +43,7 @@ with lib;
|
||||||
trusted_proxies = [ "127.0.0.1" "24.225.22.143" "0.0.0.0" ];
|
trusted_proxies = [ "127.0.0.1" "24.225.22.143" "0.0.0.0" ];
|
||||||
maintenance_window_start = 1;
|
maintenance_window_start = 1;
|
||||||
preview_libreoffice_path = "${pkgs.libreoffice}/bin/libreoffice";
|
preview_libreoffice_path = "${pkgs.libreoffice}/bin/libreoffice";
|
||||||
log_type = "file";
|
log_type = "systemd";
|
||||||
enabledPreviewProviders = [
|
enabledPreviewProviders = [
|
||||||
"OC\Preview\BMP"
|
"OC\Preview\BMP"
|
||||||
"OC\Preview\GIF"
|
"OC\Preview\GIF"
|
||||||
|
@ -72,6 +72,7 @@ with lib;
|
||||||
enable = true;
|
enable = true;
|
||||||
package = unstable.nextcloud-notify_push;
|
package = unstable.nextcloud-notify_push;
|
||||||
};
|
};
|
||||||
|
phpExtraExtensions = all: [ all.systemd ];
|
||||||
# Suggested by Nextcloud's health check.
|
# Suggested by Nextcloud's health check.
|
||||||
phpOptions = {
|
phpOptions = {
|
||||||
"opcache.interned_strings_buffer" = "32";
|
"opcache.interned_strings_buffer" = "32";
|
||||||
|
|
Loading…
Reference in a new issue