Add targetHost

This commit is contained in:
Jakob Lechner 2025-10-10 11:01:25 +02:00
parent 96a163f3ff
commit 82359ace82

View file

@ -31,5 +31,6 @@ in
}; };
vm = { vm = {
system = "x86_64-linux"; system = "x86_64-linux";
targetHost = "192.168.122.110";
}; };
} }