mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00

Adds a new option to the virtualisation modules that enables specifying explicitly named network interfaces in QEMU VMs. The existing `virtualisation.vlans` option is still supported for cases where the name of the network interface is irrelevant.
815 B
815 B
Release 23.11 (“Tapir”, 2023.11/??)
Highlights
- Create the first release note entry in this section!
New Services
- Create the first release note entry in this section!
Backward Incompatibilities
- Create the first release note entry in this section!
Other Notable Changes
- A new option was added to the virtualisation module that enables specifying explicitly named network interfaces in QEMU VMs. The existing
virtualisation.vlans
is still supported for cases where the name of the network interface is irrelevant.