We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4266a commit 475dd3fCopy full SHA for 475dd3f
nixos/tests/stratis/encryption.nix
@@ -30,7 +30,7 @@ import ../make-test-python.nix (
30
machine.succeed("stratis pool rebind keyring testpool testkey2")
31
# test restarting encrypted pool
32
machine.succeed("stratis pool stop --name testpool")
33
- machine.succeed("stratis pool start --name testpool --unlock-method keyring")
+ machine.succeed("stratis pool start --name testpool --unlock-method any")
34
'';
35
}
36
)
0 commit comments