about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/labnet/heinrich.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/labnet/heinrich.nix b/tests/labnet/heinrich.nix
index c195bbdf..dde723ec 100644
--- a/tests/labnet/heinrich.nix
+++ b/tests/labnet/heinrich.nix
@@ -11,7 +11,7 @@
     };
   in {
     heinrich = {
-      imports = [ common (import ../machines {}).labnet.heinrich.config ];
+      imports = [ common (import ../../machines {}).labnet.heinrich.config ];
       virtualisation.vlans = [ 1 8 14 ];
       heinrich.internalInterface = "eth1";
       heinrich.externalInterface = "eth2";