nixosTests.virtualbox: Disable predictable interface names in guest

This commit is contained in:
Olli Helenius 2020-08-17 14:27:07 +03:00
parent 585aa266d3
commit e64e92fd08
No known key found for this signature in database
GPG key ID: 65B7BEC581BD1DD1

View file

@ -91,6 +91,8 @@ let
(isYes "SERIAL_8250_CONSOLE")
(isYes "SERIAL_8250")
];
networking.usePredictableInterfaceNames = false;
};
mkLog = logfile: tag: let