mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
nixosTests.virtualbox: Disable predictable interface names in guest
This commit is contained in:
parent
585aa266d3
commit
e64e92fd08
|
@ -91,6 +91,8 @@ let
|
|||
(isYes "SERIAL_8250_CONSOLE")
|
||||
(isYes "SERIAL_8250")
|
||||
];
|
||||
|
||||
networking.usePredictableInterfaceNames = false;
|
||||
};
|
||||
|
||||
mkLog = logfile: tag: let
|
||||
|
|
Loading…
Reference in a new issue