about summary refs log tree commit diff
path: root/pkgs/applications/misc/keepassx
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-03-04 13:18:17 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-03-04 19:56:02 +0000
commit674c8cacbcf1dcbb4ae79966be97bf35101521d5 (patch)
tree74d90a987a677cceca6ec86e20c51af6732ffdbc /pkgs/applications/misc/keepassx
parentd44dd05af9dcc60a6173e2f37adbcb91ef976b72 (diff)
downloadnixlib-674c8cacbcf1dcbb4ae79966be97bf35101521d5.tar
nixlib-674c8cacbcf1dcbb4ae79966be97bf35101521d5.tar.gz
nixlib-674c8cacbcf1dcbb4ae79966be97bf35101521d5.tar.bz2
nixlib-674c8cacbcf1dcbb4ae79966be97bf35101521d5.tar.lz
nixlib-674c8cacbcf1dcbb4ae79966be97bf35101521d5.tar.xz
nixlib-674c8cacbcf1dcbb4ae79966be97bf35101521d5.tar.zst
nixlib-674c8cacbcf1dcbb4ae79966be97bf35101521d5.zip
keepassxc: enable ssh agent sockets
Diffstat (limited to 'pkgs/applications/misc/keepassx')
-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;