tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/stratis: fix test
Nick Cao
9 months ago
475dd3fe
bd4266a6
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
stratis
encryption.nix
+1
-1
nixos/tests/stratis/encryption.nix
···
30
30
machine.succeed("stratis pool rebind keyring testpool testkey2")
31
31
# test restarting encrypted pool
32
32
machine.succeed("stratis pool stop --name testpool")
33
33
-
machine.succeed("stratis pool start --name testpool --unlock-method keyring")
33
33
+
machine.succeed("stratis pool start --name testpool --unlock-method any")
34
34
'';
35
35
}
36
36
)