nixos/keepassxc: stop using deprecated cli option

Addresses

    The -k option will be deprecated. Please use the --set-key-file option
    instead.

This isn't causing any problems _yet_, but it seems easy enough to fix it now
already.
This commit is contained in:
amesgen 2024-11-06 01:58:59 +01:00
parent c712874d4a
commit 0e25167336
No known key found for this signature in database
GPG Key ID: 1A89EC203635A13D

View File

@ -46,7 +46,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
machine.wait_for_x()
with subtest("Can create database and entry with CLI"):
${aliceDo "keepassxc-cli db-create -k foo.keyfile foo.kdbx"}
${aliceDo "keepassxc-cli db-create --set-key-file foo.keyfile foo.kdbx"}
${aliceDo "keepassxc-cli add --no-password -k foo.keyfile foo.kdbx bar"}
with subtest("Ensure KeePassXC starts"):