summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2020-08-17 12:15:16 +0200
committerajs124 <git@ajs124.de>2020-08-17 12:15:16 +0200
commit696357c37651232470ac58b21433f408df5f1988 (patch)
tree766918a239b9a667282c4376326f1b11338e7a8c
parenta0afc29460af23eae8a19c452acd87cb4bf1b6df (diff)
downloadnixpkgs-696357c37651232470ac58b21433f408df5f1988.tar
nixpkgs-696357c37651232470ac58b21433f408df5f1988.tar.gz
nixpkgs-696357c37651232470ac58b21433f408df5f1988.tar.bz2
nixpkgs-696357c37651232470ac58b21433f408df5f1988.tar.lz
nixpkgs-696357c37651232470ac58b21433f408df5f1988.tar.xz
nixpkgs-696357c37651232470ac58b21433f408df5f1988.tar.zst
nixpkgs-696357c37651232470ac58b21433f408df5f1988.zip
sogo: remove SOGoZipPath
sogo links against libzip now
-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 5f30124dd68..4610bb96cb5 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)