From 696357c37651232470ac58b21433f408df5f1988 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Mon, 17 Aug 2020 12:15:16 +0200 Subject: [PATCH] sogo: remove SOGoZipPath sogo links against libzip now --- nixos/modules/services/web-apps/sogo.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/web-apps/sogo.nix b/nixos/modules/services/web-apps/sogo.nix index 5f30124dd68a..4610bb96cb5e 100644 --- a/nixos/modules/services/web-apps/sogo.nix +++ b/nixos/modules/services/web-apps/sogo.nix @@ -77,7 +77,6 @@ in { // Paths WOSendMail = "/run/wrappers/bin/sendmail"; SOGoMailSpoolPath = "/var/lib/sogo/spool"; - SOGoZipPath = "${pkgs.zip}/bin/zip"; // Enable CSRF protection SOGoXSRFValidationEnabled = YES; // Remove dates from log (jornald does that)