about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2020-08-26 00:04:36 +0200
committerGitHub <noreply@github.com>2020-08-26 00:04:36 +0200
commite357d0ec8cf5bee003c1d124e27cb1eab4b82083 (patch)
tree9c102c08d89ef7c0eafa4d6601f1b4fae040c434 /nixos
parent8396051289f225d9adde063fd87f061d540a5be4 (diff)
parent6ba9e9c4c36b7a7e4921fe58286fee2ea52fabd6 (diff)
Merge pull request #95678 from helsinki-systems/upd/sogo
sogo: 4.3.2 -> 5.0.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/sogo.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/sogo.nix b/nixos/modules/services/web-apps/sogo.nix
index 5f30124dd68ae..4610bb96cb5e4 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)