X-Git-Url: http://git.scottworley.com/nixos-qemu-vm-isolation/blobdiff_plain/69619e0bcd198291d2e4f7a72ccd87d61a8d0bc9..8dc7361b9c34805391a0c8d514bf7d5241c3d227:/checks/mount-grep.nix diff --git a/checks/mount-grep.nix b/checks/mount-grep.nix index f8fed0e..5be45d7 100644 --- a/checks/mount-grep.nix +++ b/checks/mount-grep.nix @@ -13,5 +13,8 @@ shared.succeed("[[ $(mount | grep -c virt) -gt 0 ]]") private.succeed("[[ $(mount | grep -c virt) -eq 0 ]]") + + shared.succeed("[[ -e ${pkgs.pv} ]]") + private.fail("[[ -e ${pkgs.pv} ]]") ''; }