about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/misc/keepassx/community.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix
index 6f2f31473eb4..55ed1fe148bb 100644
--- a/pkgs/applications/misc/keepassx/community.nix
+++ b/pkgs/applications/misc/keepassx/community.nix
@@ -16,9 +16,9 @@
 , qtx11extras
 
 , withKeePassBrowser ? true
+, withKeePassSSHAgent ? true
 , withKeePassHTTP ? false
 , withKeePassNetworking ? false
-, withKeePassSSHAgent ? false
 }:
 
 with stdenv.lib;