nixos/tests/lvm2/vdo: fix machine name
This commit is contained in:
parent
6bbba30674
commit
c532fcdd96
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ kernelPackages ? null }:
|
||||
import ../make-test-python.nix ({ pkgs, ... }: {
|
||||
name = "lvm2-thinpool";
|
||||
name = "lvm2-vdo";
|
||||
meta.maintainers = with pkgs.lib.maintainers; [ ajs124 ];
|
||||
|
||||
nodes.machine = { pkgs, lib, ... }: {
|
||||
|
|
Loading…
Reference in a new issue