mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
keepassxc: Enable networking by default
Upstream builds with it enabled, as do other distros.
This commit is contained in:
parent
a52e974cff
commit
cfdeea41e6
|
@ -31,7 +31,7 @@
|
|||
, withKeePassKeeShare ? true
|
||||
, withKeePassKeeShareSecure ? true
|
||||
, withKeePassSSHAgent ? true
|
||||
, withKeePassNetworking ? false
|
||||
, withKeePassNetworking ? true
|
||||
, withKeePassTouchID ? true
|
||||
, withKeePassFDOSecrets ? true
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue