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" ];
|
||||
maintenance_window_start = 1;
|
||||
preview_libreoffice_path = "${pkgs.libreoffice}/bin/libreoffice";
|
||||
log_type = "file";
|
||||
log_type = "systemd";
|
||||
enabledPreviewProviders = [
|
||||
"OC\Preview\BMP"
|
||||
"OC\Preview\GIF"
|
||||
|
@ -72,6 +72,7 @@ with lib;
|
|||
enable = true;
|
||||
package = unstable.nextcloud-notify_push;
|
||||
};
|
||||
phpExtraExtensions = all: [ all.systemd ];
|
||||
# Suggested by Nextcloud's health check.
|
||||
phpOptions = {
|
||||
"opcache.interned_strings_buffer" = "32";
|
||||
|
|
Loading…
Reference in a new issue