mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Revert #178290: nixos/virtualisation: add option
...for explicitly named network interfaces This reverts commit6ae3e7695e
. (and evaluation fixups08d26bbb72
7aed90a969
) Some of the tests fail or time out after the merge.
This commit is contained in:
parent
a92f046faf
commit
23ce77d76e
6 changed files with 92 additions and 131 deletions
|
@ -12,9 +12,7 @@ let
|
|||
};
|
||||
|
||||
|
||||
vlans = map (m: (
|
||||
m.virtualisation.vlans ++
|
||||
(lib.mapAttrsToList (_: v: v.vlan) m.virtualisation.interfaces))) (lib.attrValues config.nodes);
|
||||
vlans = map (m: m.virtualisation.vlans) (lib.attrValues config.nodes);
|
||||
vms = map (m: m.system.build.vm) (lib.attrValues config.nodes);
|
||||
|
||||
nodeHostNames =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue