This commit is contained in:
Chris Cochrun 2025-05-17 16:38:48 -05:00
parent 88cc508f81
commit 2fe11f5288

View file

@ -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";