From cfdeea41e668e786115195cb344e4d79b0cf210a Mon Sep 17 00:00:00 2001 From: talyz Date: Sun, 8 Nov 2020 16:36:33 +0100 Subject: [PATCH] keepassxc: Enable networking by default Upstream builds with it enabled, as do other distros. --- pkgs/applications/misc/keepassx/community.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix index f718ab4d8047..7df1294874f1 100644 --- a/pkgs/applications/misc/keepassx/community.nix +++ b/pkgs/applications/misc/keepassx/community.nix @@ -31,7 +31,7 @@ , withKeePassKeeShare ? true , withKeePassKeeShareSecure ? true , withKeePassSSHAgent ? true -, withKeePassNetworking ? false +, withKeePassNetworking ? true , withKeePassTouchID ? true , withKeePassFDOSecrets ? true }: