2022-09-27 16:16:53 +00:00
|
|
|
{lib, config, ...}:
|
|
|
|
|
|
|
|
with lib;
|
|
|
|
{
|
2022-09-28 12:08:26 +00:00
|
|
|
imports = [
|
|
|
|
(toString ../qemu-vm)
|
|
|
|
];
|
2022-09-27 16:16:53 +00:00
|
|
|
|
|
|
|
config = {
|
|
|
|
cascade.bridge-interface = mkForce null; # let it come up with its default interface with dhcp first
|
|
|
|
};
|
|
|
|
}
|