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_CONSOLE")
|
||||||
(isYes "SERIAL_8250")
|
(isYes "SERIAL_8250")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
networking.usePredictableInterfaceNames = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
mkLog = logfile: tag: let
|
mkLog = logfile: tag: let
|
||||||
|
Loading…
x
Reference in New Issue
Block a user