1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fix the installer test

http://hydra.nixos.org/build/10419676
This commit is contained in:
Eelco Dolstra 2014-04-20 01:56:11 +02:00
parent 37d5e9c455
commit 2fbb9aba43

View file

@ -86,6 +86,8 @@ let kernel = config.boot.kernelPackages.kernel; in
(isEnabled "VIRTIO_CONSOLE")
];
networking.usePredictableInterfaceNames = false;
};
}