about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorLevi Gross <levi@levigross.com>2023-04-28 17:50:49 -0400
committerLevi Gross <levi@levigross.com>2023-05-02 11:24:16 -0400
commit65a512daf3e755852a8138fed6ee0fa4a984d19b (patch)
tree529b4656e1e26c84810c34dc25a068391991e035 /pkgs/applications/networking/remote
parent2816ca91e19b935ded8f5b563c1c187d66c9deb1 (diff)
remmina: Use the system's cert store
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/remmina/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix
index a76bad22c9e2d..67882e992cee1 100644
--- a/pkgs/applications/networking/remote/remmina/default.nix
+++ b/pkgs/applications/networking/remote/remmina/default.nix
@@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
 
   preFixup = ''
     gappsWrapperArgs+=(
+      --set SSL_CERT_DIR : "/etc/ssl/certs/"
       --prefix LD_LIBRARY_PATH : "${libX11.out}/lib"
     )
   '';