mirror of
https://github.com/nix-community/disko
synced 2024-11-12 23:27:07 +00:00
Update luks-btrfs-tpm.nix
This commit is contained in:
parent
9f6c6292be
commit
4d03b624a6
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ diskoLib.testLib.makeDiskoTest {
|
|||
disko-config = ../example/luks-btrfs-tpm.nix;
|
||||
extraTestScript = ''
|
||||
machine.succeed("cryptsetup isLuks /dev/vda2");
|
||||
machine.succeed("cryptsetup lukdDump /dev/vda2 | grep tpm2");
|
||||
machine.succeed("btrfs subvolume list /");
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue